Searched refs:sysfs_dropped (Results 1 – 1 of 1) sorted by relevance
185 …long long sysfs_dropped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{mi… member1086 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()