Searched refs:iptap_softc (Results 1 – 1 of 1) sorted by relevance
71 struct iptap_softc { struct72 LIST_ENTRY(iptap_softc) iptap_link;79 static LIST_HEAD(iptap_list, iptap_softc) iptap_list = LIST_HEAD_INITIALIZER(iptap_list); argument173 struct iptap_softc *__single 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 *__single iptap; in iptap_tap_callback()347 struct iptap_softc *__single iptap; in iptap_getdrvspec()426 struct iptap_softc *__single iptap = NULL; in iptap_detach()442 kfree_type(struct iptap_softc, iptap); in iptap_detach()[all …]