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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c155 * bpf_iflist is the list of interfaces; each corresponds to an ifnet
158 static struct bpf_if *bpf_iflist; variable in typeref:struct:bpf_if
488 for (primary = bpf_iflist; primary && primary->bif_ifp != bp->bif_ifp;
537 for (bp = bpf_iflist; bp; bp = bp->bif_next)
1629 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {
1688 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
1724 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
2269 for (bp_temp = bpf_iflist; bp_temp && (bp_temp->bif_ifp != ifp ||
2291 bp_new->bif_next = bpf_iflist;
2292 bpf_iflist
[all...]

Completed in 17 milliseconds