Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dbpf.c4283 struct bpf_if *bp_last = NULL; in bpf_attach() local
4314 bp_last = bp; in bpf_attach()
4348 bp_new->bif_next = bp_last->bif_next; in bpf_attach()
4349 bp_last->bif_next = bp_new; in bpf_attach()