Searched refs:gif_softc (Results 1 – 4 of 4) sorted by relevance
122 TAILQ_HEAD(gifhead, gif_softc) gifs = TAILQ_HEAD_INITIALIZER(gifs);156 static void gif_delete_tunnel(struct gif_softc *);180 struct gif_softc *__single sc = ifnet_softc(ifp); in gif_demux()198 struct gif_softc *__single sc = ifnet_softc(ifp); in gif_add_proto()217 struct gif_softc *__single sc = ifnet_softc(ifp); in gif_del_proto()287 struct gif_softc *__single sc = ifnet_softc(ifp); in gif_set_bpf_tap()300 struct gif_softc *__single sc = ifp->if_softc; in gif_detach()302 kfree_type(struct gif_softc, sc); in gif_detach()310 struct gif_softc *__single sc = NULL; in gif_clone_create()322 sc = kalloc_type(struct gif_softc, Z_WAITOK_ZERO_NOFAIL); in gif_clone_create()[all …]
76 struct gif_softc { struct92 TAILQ_ENTRY(gif_softc) gif_link; /* all gif's are linked */ argument
103 struct gif_softc *__single sc = ifnet_softc(ifp); in in6_gif_output()251 gifp = ((struct gif_softc *)encap_getarg(m))->gif_if; in in6_gif_input()337 struct gif_softc *sc, in gif_validate6()403 struct gif_softc *__single sc; in gif_encapcheck6()407 sc = (struct gif_softc *)arg; in gif_encapcheck6()
103 struct gif_softc *__single sc = ifnet_softc(ifp); in in_gif_output()252 gifp = ((struct gif_softc *)encap_getarg(m))->gif_if; in in_gif_input()348 struct gif_softc *__single sc; in gif_encapcheck4()354 sc = (struct gif_softc *)arg; in gif_encapcheck4()