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