Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h188 struct bpf_d *bif_dlist; /* descriptor list */ member
H A Dbpf.c668 int first = bp->bif_dlist == NULL; in bpf_attachd()
677 d->bd_next = bp->bif_dlist; in bpf_attachd()
678 bp->bif_dlist = d; in bpf_attachd()
756 p = &bp->bif_dlist; in bpf_detachd()
766 if (bp->bif_dlist == 0) { in bpf_detachd()
781 if (bp->bif_ifp == ifp && bp->bif_dlist != 0) { in bpf_detachd()
2465 for (bpf_d = bp->bif_dlist; bpf_d; in bpfioctl()
3222 for (d = bp->bif_dlist; d != NULL; d = d->bd_next) { in bpf_tap_imp()
4371 while ((d = bp->bif_dlist) != NULL) { in bpfdetach()
/xnu-10002.41.9/tools/lldbmacros/
H A Dnet.py89 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0:
99 bpf_d = ifnet.if_bpf.bif_dlist