Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dpcap-linux.c302 long proc_dropped; /* packets reported dropped by /proc/net/dev */ member
1553 handlep->proc_dropped = linux_if_drops(handlep->device);
2197 if_dropped = handlep->proc_dropped;
2198 handlep->proc_dropped = linux_if_drops(handlep->device);
2199 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);