Searched refs:bd_next (Results 1 – 2 of 2) sorted by relevance
94 struct bpf_d *bd_next; /* Linked list of descriptors */ member
718 d->bd_next = bp->bif_dlist; in bpf_attachd()799 p = &(*p)->bd_next; in bpf_detachd()804 *p = (*p)->bd_next; in bpf_detachd()2535 bpf_d = bpf_d->bd_next) { in bpfioctl()3342 for (d = bp->bif_dlist; d != NULL; d = d->bd_next) { in bpf_tap_imp()