Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpfdesc.h107 int bd_headdrop; /* Keep newer packets */ member
H A Dbpf.c1719 if (d->bd_headdrop != 0) { in bpfioctl()
2114 d->bd_headdrop = int_arg ? 1 : 0; in bpfioctl()
2118 bcopy(&d->bd_headdrop, addr, sizeof(int)); in bpfioctl()
3433 if (d->bd_headdrop == 0) { in catchpacket()
/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py84 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0: