Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c186 …long long sysfs_dropped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{mi… member
1225 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_activate_linux()
1555 if_dropped = handlep->sysfs_dropped; in pcap_stats_linux()
1556 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_stats_linux()
1557 handlep->stat.ps_ifdrop += (u_int)(handlep->sysfs_dropped - if_dropped); in pcap_stats_linux()