Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddroptap.c39 struct droptap_softc { struct
40 LIST_ENTRY(droptap_softc) dtap_link;
65 static LIST_HEAD(droptap_list, droptap_softc) droptap_list = argument
114 struct droptap_softc *droptap = NULL; in droptap_clone_create()
117 droptap = kalloc_type(struct droptap_softc, Z_WAITOK_ZERO_NOFAIL); in droptap_clone_create()
160 kfree_type(struct droptap_softc, droptap); in droptap_clone_create()
177 struct droptap_softc *__single droptap; in droptap_tap_callback()
218 struct droptap_softc *__single droptap; in droptap_detach()
231 kfree_type(struct droptap_softc, droptap); in droptap_detach()
294 struct droptap_softc *droptap; in droptap_bpf_tap_packet()
[all …]