type golang.org/x/sys/unix.HwTstampConfig

4 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L78: func IoctlGetHwTstamp(fd int, ifname string) (*HwTstampConfig, error) {
		ioctl_linux.go#L84: 	value := HwTstampConfig{}
		ioctl_linux.go#L93: func IoctlSetHwTstamp(fd int, ifname string, cfg *HwTstampConfig) error {
		ztypes_linux.go#L4181: type HwTstampConfig struct {