Searched refs:bd_next (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h85 struct bpf_d *bd_next; /* Linked list of descriptors */ member in struct:bpf_d
H A Dbpf.c477 d->bd_next = bp->bif_dlist;
519 p = &(*p)->bd_next;
523 *p = (*p)->bd_next;
1633 for (bpf_d = bp->bif_dlist; bpf_d; bpf_d = bpf_d->bd_next) {
2148 for (d = bp->bif_dlist; d; d = d->bd_next) {

Completed in 24 milliseconds