Searched refs:bpf_iflist (Results 1 – 1 of 1) sorted by relevance
217 static struct bpf_if *bpf_iflist; variable733 for (tmp = bpf_iflist; tmp; tmp = tmp->bif_next) { in bpf_attachd()821 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_detachd()2524 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) { in bpfioctl()2840 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) { in bpf_setif()2916 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_getdltlist()2968 for (bp = bpf_iflist; bp; bp = bp->bif_next) { in bpf_setdlt()4403 for (bp = bpf_iflist; bp != NULL; bp = bp->bif_next) { in bpf_attach()4437 bp_new->bif_next = bpf_iflist; in bpf_attach()4438 bpf_iflist = bp_new; in bpf_attach()[all …]