Home
last modified time | relevance | path

Searched refs:bp_first (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dbpf.c3948 struct bpf_if *bp_first = NULL; in bpf_attach() local
3967 if (bp_first != NULL) { in bpf_attach()
3977 if (bp_first == NULL) { in bpf_attach()
3978 bp_first = bp; in bpf_attach()
3997 if (bp_first == NULL) { in bpf_attach()
4011 bp_new->bif_next = bp_first; in bpf_attach()