Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpfdesc.h118 uint64_t bd_wdcount; /* number of packets dropped during a write */ member
H A Dbpf.c1410 ++d->bd_wdcount; in bpfwrite()
1419 ++d->bd_wdcount; in bpfwrite()
1448 ++d->bd_wdcount; in bpfwrite()
1456 ++d->bd_wdcount; in bpfwrite()
1464 ++d->bd_wdcount; in bpfwrite()
1472 ++d->bd_wdcount; in bpfwrite()
1499 ++d->bd_wdcount; in bpfwrite()
1531 d->bd_wdcount = 0; in reset_d()
H A Dbpf.h357 uint64_t bd_wdcount; member