Lines Matching refs:iptap_softc
71 struct iptap_softc { struct
72 LIST_ENTRY(iptap_softc) iptap_link;
79 static LIST_HEAD(iptap_list, iptap_softc) iptap_list = LIST_HEAD_INITIALIZER(iptap_list); argument
173 struct iptap_softc *iptap = NULL; in iptap_clone_create()
176 iptap = kalloc_type(struct iptap_softc, Z_WAITOK_ZERO_NOFAIL); in iptap_clone_create()
235 kfree_type(struct iptap_softc, iptap); in iptap_clone_create()
259 struct iptap_softc *iptap; in iptap_tap_callback()
347 struct iptap_softc *iptap; in iptap_getdrvspec()
426 struct iptap_softc *iptap = NULL; in iptap_detach()
442 kfree_type(struct iptap_softc, iptap); in iptap_detach()
564 struct iptap_softc *iptap; in iptap_bpf_tap()