Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Diptap.c71 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
120 sizeof(struct iptap_softc));
175 struct iptap_softc *iptap = NULL; in iptap_clone_create()
263 struct iptap_softc *iptap; in iptap_tap_callback()
351 struct iptap_softc *iptap; in iptap_getdrvspec()
430 struct iptap_softc *iptap = NULL; in iptap_detach()
568 struct iptap_softc *iptap; in iptap_bpf_tap()