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