Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c1381 long long if_dropped = 0; in pcap_stats_linux() local
1418 if_dropped = handlep->sysfs_dropped; in pcap_stats_linux()
1420 handlep->stat.ps_ifdrop += (u_int)(handlep->sysfs_dropped - if_dropped); in pcap_stats_linux()