Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpf.c4243 struct bpf_if *bp_first = NULL; in bpf_attach() local
4262 if (bp_first != NULL) { in bpf_attach()
4272 if (bp_first == NULL) { in bpf_attach()
4273 bp_first = bp; in bpf_attach()
4292 if (bp_first == NULL) { in bpf_attach()
4306 bp_new->bif_next = bp_first; in bpf_attach()