Home
last modified time | relevance | path

Searched refs:iface_ethtool_flag_ioctl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-linux.c5310 iface_ethtool_flag_ioctl(pcap_t *handle, int cmd, const char *cmdname, in iface_ethtool_flag_ioctl() function
5361 ret = iface_ethtool_flag_ioctl(handle, ETHTOOL_GTSO, "ETHTOOL_GTSO", 0); in iface_get_offload()
5374 ret = iface_ethtool_flag_ioctl(handle, ETHTOOL_GGSO, "ETHTOOL_GGSO", 0); in iface_get_offload()
5382 ret = iface_ethtool_flag_ioctl(handle, ETHTOOL_GFLAGS, "ETHTOOL_GFLAGS", 0); in iface_get_offload()
5395 ret = iface_ethtool_flag_ioctl(handle, ETHTOOL_GGRO, "ETHTOOL_GGRO", 0); in iface_get_offload()
5409 ret = iface_ethtool_flag_ioctl(handle, ETHTOOL_GUFO, "ETHTOOL_GUFO", 1); in iface_get_offload()