Searched refs:bif_dlist (Results 1 – 3 of 3) sorted by relevance
185 struct bpf_d *bif_dlist; /* descriptor list */ member
550 int first = bp->bif_dlist == NULL; in bpf_attachd()559 d->bd_next = bp->bif_dlist; in bpf_attachd()560 bp->bif_dlist = d; in bpf_attachd()638 p = &bp->bif_dlist; in bpf_detachd()648 if (bp->bif_dlist == 0) { in bpf_detachd()663 if (bp->bif_ifp == ifp && bp->bif_dlist != 0) { in bpf_detachd()2316 for (bpf_d = bp->bif_dlist; bpf_d; in bpfioctl()3030 for (d = bp->bif_dlist; d != NULL; d = d->bd_next) { in bpf_tap_imp()4179 while ((d = bp->bif_dlist) != NULL) { in bpfdetach()
89 if ifnet.if_bpf.bif_dlist.bd_headdrop == 0:99 bpf_d = ifnet.if_bpf.bif_dlist