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

3 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L63: func IoctlGetEthtoolTsInfo(fd int, ifname string) (*EthtoolTsInfo, error) {
		ioctl_linux.go#L69: 	value := EthtoolTsInfo{Cmd: ETHTOOL_GET_TS_INFO}
		ztypes_linux.go#L4171: type EthtoolTsInfo struct {