Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpfdesc.h118 uint64_t bd_wdcount; /* number of packets dropped during a write */ member
H A Dbpf.c1397 ++d->bd_wdcount; in bpfwrite()
1406 ++d->bd_wdcount; in bpfwrite()
1435 ++d->bd_wdcount; in bpfwrite()
1443 ++d->bd_wdcount; in bpfwrite()
1451 ++d->bd_wdcount; in bpfwrite()
1459 ++d->bd_wdcount; in bpfwrite()
1486 ++d->bd_wdcount; in bpfwrite()
1518 d->bd_wdcount = 0; in reset_d()
H A Dbpf.h357 uint64_t bd_wdcount; member