Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpfdesc.h108 int bd_headdrop; /* Keep newer packets */ member
H A Dbpf.c1046 if ((d)->bd_headdrop != 0) \
1638 d_to->bd_headdrop = d_from->bd_headdrop; in bpf_setup()
2253 d->bd_headdrop = int_arg ? 1 : 0; in bpfioctl()
2257 bcopy(&d->bd_headdrop, addr, sizeof(int)); in bpfioctl()
3661 if (d->bd_headdrop == 0) { in catchpacket()
4189 d->bd_headdrop = bd->bd_headdrop != 0 ? 1 : 0; in bpfstats_fill_xbpf()
H A Dbpf.h343 uint8_t bd_headdrop; member
/xnu-8796.121.2/tools/lldbmacros/
H A Dnet.py89 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0: