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.c185 …long long sysfs_dropped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{mi… member
1086 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_activate_linux()
1418 if_dropped = handlep->sysfs_dropped; in pcap_stats_linux()
1419 handlep->sysfs_dropped = linux_if_drops(handlep->device); in pcap_stats_linux()
1420 handlep->stat.ps_ifdrop += (u_int)(handlep->sysfs_dropped - if_dropped); in pcap_stats_linux()