Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbpfdesc.h119 bool bd_headdrop; /* Keep newer packets */ member
H A Dbpf.c1258 if ((d)->bd_headdrop != 0) \
1869 d_to->bd_headdrop = d_from->bd_headdrop; in bpf_setup()
2558 d->bd_headdrop = int_arg ? 1 : 0; in bpfioctl()
2563 *addr_int = d->bd_headdrop; in bpfioctl()
4072 if (d->bd_headdrop == 0) { in catchpacket()
4609 d->bd_headdrop = bd->bd_headdrop != 0 ? 1 : 0; in bpfstats_fill_xbpf()
H A Dbpf.h354 uint8_t bd_headdrop; member
/xnu-11215.1.10/tools/lldbmacros/
H A Dnet.py84 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0: