Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c288 long proc_dropped; /* packets reported dropped by /proc/net/dev */ member
1285 handlep->proc_dropped = linux_if_drops(handlep->device);
1877 if_dropped = handlep->proc_dropped;
1878 handlep->proc_dropped = linux_if_drops(handlep->device);
1879 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);