Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpfdesc.h108 int bd_headdrop; /* Keep newer packets */ member
H A Dbpf.c1033 if ((d)->bd_headdrop != 0) \
1625 d_to->bd_headdrop = d_from->bd_headdrop; in bpf_setup()
2240 d->bd_headdrop = int_arg ? 1 : 0; in bpfioctl()
2244 bcopy(&d->bd_headdrop, addr, sizeof(int)); in bpfioctl()
3648 if (d->bd_headdrop == 0) { in catchpacket()
4176 d->bd_headdrop = bd->bd_headdrop != 0 ? 1 : 0; in bpfstats_fill_xbpf()
H A Dbpf.h343 uint8_t bd_headdrop; member
/xnu-8792.41.9/tools/lldbmacros/
H A Dnet.py89 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0: