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()600 p = &(*p)->bd_next; in bpf_detachd()605 *p = (*p)->bd_next; in bpf_detachd()2230 bpf_d = bpf_d->bd_next) { in bpfioctl()2943 for (d = bp->bif_dlist; d != NULL; d = d->bd_next) { in bpf_tap_imp()