bif_next          950 net/bpf.c      	for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {
bif_next         1381 net/bpf.c      	bp->bif_next = bpf_iflist;
bif_next         1404 net/bpf.c      		nbp= bp->bif_next;
bif_next         1430 net/bpf.c      			pbp = &bp->bif_next;
bif_next         1516 net/bpf.c      	for (bp = bpf_iflist; bp != NULL; bp = bp->bif_next) {
bif_next         1547 net/bpf.c      	for (bp = bpf_iflist; bp != NULL; bp = bp->bif_next) {
bif_next           97 net/bpfdesc.h  	struct bpf_if *bif_next;	/* list of all interfaces */