Searched refs:bp_new (Results 1 – 1 of 1) sorted by relevance
4280 struct bpf_if *bp_new; in bpf_attach() local4289 bp_new = kalloc_type(struct bpf_if, Z_WAITOK | Z_NOFAIL | Z_ZERO); in bpf_attach()4322 kfree_type(struct bpf_if, bp_new); in bpf_attach()4326 bp_new->bif_ifp = ifp; in bpf_attach()4327 bp_new->bif_dlt = dlt; in bpf_attach()4328 bp_new->bif_send = send; in bpf_attach()4329 bp_new->bif_tap = tap; in bpf_attach()4333 bp_new->bif_next = bpf_iflist; in bpf_attach()4334 bpf_iflist = bp_new; in bpf_attach()4340 bp_before_first->bif_next = bp_new; in bpf_attach()[all …]