Searched refs:stf_softc (Results 1 – 1 of 1) sorted by relevance
143 struct stf_softc { struct164 static int stf_checkaddr4(struct stf_softc *, struct in_addr *, argument166 static int stf_checkaddr6(struct stf_softc *, struct in6_addr *,201 struct stf_softc *sc; in stf_clone_create()219 sc = malloc(sizeof(struct stf_softc), M_STF, M_WAITOK | M_ZERO); in stf_clone_create()270 struct stf_softc *sc = ifp->if_softc; in stf_clone_destroy()316 struct stf_softc *sc; in stf_encapcheck()320 sc = (struct stf_softc *)arg; in stf_encapcheck()411 struct stf_softc *sc; in stf_output()531 stf_checkaddr4(struct stf_softc *sc, struct in_addr *in, struct ifnet *inifp) in stf_checkaddr4()[all …]