Searched refs:bpf_iflist (Results 1 – 1 of 1) sorted by relevance
77 struct bpf_if *bpf_iflist; variable967 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {1352 bp->bif_next = bpf_iflist;1353 bpf_iflist = bp;1371 struct bpf_if *bp, *nbp, **pbp = &bpf_iflist;1375 for (bp = bpf_iflist; bp; bp = nbp) {