Searched refs:bpf_iflist (Results 1 – 1 of 1) sorted by relevance
192 static struct bpf_if *bpf_iflist; variable522 for (tmp = bpf_iflist; tmp; tmp = tmp->bif_next) { in bpf_attachd()609 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_detachd()2072 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) { in bpfioctl()2245 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) { in bpf_setif()2317 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_getdltlist()2369 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_setdlt()3654 for (bp = bpf_iflist; bp != NULL; bp = bp->bif_next) { in bpf_attach()3687 bp_new->bif_next = bpf_iflist; in bpf_attach()3688 bpf_iflist = bp_new; in bpf_attach()[all …]