Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c293 long proc_dropped; /* packets reported dropped by /proc/net/dev */ member
1371 handlep->proc_dropped = linux_if_drops(handlep->device);
1970 if_dropped = handlep->proc_dropped;
1971 handlep->proc_dropped = linux_if_drops(handlep->device);
1972 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);