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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c2257 struct bpf_if *bp_first = NULL; local
2271 if (bp_temp->bif_ifp == ifp && bp_first == NULL)
2272 bp_first = bp_temp;
2289 if (bp_first == NULL) {
2296 bp_new->bif_next = bp_first->bif_next;
2297 bp_first->bif_next = bp_new;

Completed in 18 milliseconds