Searched refs:droptap_softc (Results 1 – 1 of 1) sorted by relevance
38 struct droptap_softc { struct39 LIST_ENTRY(droptap_softc) dtap_link;64 static LIST_HEAD(droptap_list, droptap_softc) droptap_list = argument113 struct droptap_softc *droptap = NULL; in droptap_clone_create()116 droptap = kalloc_type(struct droptap_softc, Z_WAITOK_ZERO_NOFAIL); in droptap_clone_create()159 kfree_type(struct droptap_softc, droptap); in droptap_clone_create()176 struct droptap_softc *__single droptap; in droptap_tap_callback()217 struct droptap_softc *__single droptap; in droptap_detach()230 kfree_type(struct droptap_softc, droptap); in droptap_detach()293 struct droptap_softc *droptap; in droptap_bpf_tap_packet()[all …]