Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.c4373 struct bpf_if *bp_new; in bpf_attach() local
4382 bp_new = kalloc_type(struct bpf_if, Z_WAITOK | Z_NOFAIL | Z_ZERO); in bpf_attach()
4415 kfree_type(struct bpf_if, bp_new); in bpf_attach()
4419 bp_new->bif_ifp = ifp; in bpf_attach()
4420 bp_new->bif_dlt = dlt; in bpf_attach()
4421 bp_new->bif_send = send; in bpf_attach()
4422 bp_new->bif_tap = tap; in bpf_attach()
4426 bp_new->bif_next = bpf_iflist; in bpf_attach()
4427 bpf_iflist = bp_new; in bpf_attach()
4433 bp_before_first->bif_next = bp_new; in bpf_attach()
[all …]