Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/ !
H A Dbpfdesc.h128 uint64_t bd_dcount; /* number of received packets dropped */ member
H A Dbpf_private.h224 uint64_t bd_dcount; member
H A Dbpf.c883 d->bd_fcount, d->bd_dcount, proc_name_address(proc), proc_pid(proc)); in bpf_detachd()
1189 d->bd_dcount, d->bd_fcount, d->bd_bcs.bcs_count_compressed_prefix); in bpfclose()
1759 d->bd_dcount = 0; in reset_d()
2349 bs.bs_drop = (u_int)d->bd_dcount; in bpfioctl()
4070 ++d->bd_dcount; in catchpacket()
4080 ++d->bd_dcount; in catchpacket()
4086 d->bd_dcount += d->bd_hcnt; in catchpacket()
4636 d->bd_dcount = bd->bd_dcount; in bpfstats_fill_xbpf()