Searched refs:bp_new (Results 1 – 1 of 1) sorted by relevance
3959 struct bpf_if *bp_new; in bpf_attach() local3968 bp_new = kalloc_type(struct bpf_if, Z_WAITOK | Z_NOFAIL | Z_ZERO); in bpf_attach()4001 kfree_type(struct bpf_if, bp_new); in bpf_attach()4005 bp_new->bif_ifp = ifp; in bpf_attach()4006 bp_new->bif_dlt = dlt; in bpf_attach()4007 bp_new->bif_send = send; in bpf_attach()4008 bp_new->bif_tap = tap; in bpf_attach()4012 bp_new->bif_next = bpf_iflist; in bpf_attach()4013 bpf_iflist = bp_new; in bpf_attach()4019 bp_before_first->bif_next = bp_new; in bpf_attach()[all …]