Home
last modified time | relevance | path

Searched refs:droptap_softc (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Ddroptap.c38 struct droptap_softc { struct
39 LIST_ENTRY(droptap_softc) dtap_link;
60 static LIST_HEAD(droptap_list, droptap_softc) droptap_list = argument
109 struct droptap_softc *droptap = NULL; in droptap_clone_create()
112 droptap = kalloc_type(struct droptap_softc, Z_WAITOK_ZERO_NOFAIL); in droptap_clone_create()
155 kfree_type(struct droptap_softc, droptap); in droptap_clone_create()
172 struct droptap_softc *__single droptap; in droptap_tap_callback()
213 struct droptap_softc *__single droptap; in droptap_detach()
226 kfree_type(struct droptap_softc, droptap); in droptap_detach()
289 struct droptap_softc *droptap; in droptap_bpf_tap_packet()
[all …]