Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/
Dpcap-linux.c302 long proc_dropped; /* packets reported dropped by /proc/net/dev */ member
1596 handlep->proc_dropped = linux_if_drops(handlep->device);
2261 if_dropped = handlep->proc_dropped;
2262 handlep->proc_dropped = linux_if_drops(handlep->device);
2263 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);