Searched refs:bd_next (Results 1 – 2 of 2) sorted by relevance
88 struct bpf_d *bd_next; /* Linked list of descriptors */ member
518 d->bd_next = bp->bif_dlist; in bpf_attachd()596 p = &(*p)->bd_next; in bpf_detachd()601 *p = (*p)->bd_next; in bpf_detachd()2217 bpf_d = bpf_d->bd_next) { in bpfioctl()2930 for (d = bp->bif_dlist; d != NULL; d = d->bd_next) { in bpf_tap_imp()