Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_stf.c182 struct stf_softc { struct
206 static int stf_checkaddr4(struct stf_softc *, struct in_addr *, argument
208 static int stf_checkaddr6(struct stf_softc *, struct in6_addr *,
210 static struct sockaddr_in *stf_getin4addr_in6(struct stf_softc *,
213 static struct sockaddr_in *stf_getin4addr(struct stf_softc *,
247 struct stf_softc *sc; in stf_clone_create()
265 sc = malloc(sizeof(struct stf_softc), M_STF, M_WAITOK | M_ZERO); in stf_clone_create()
307 struct stf_softc *sc = ifp->if_softc; in stf_clone_destroy()
374 struct stf_softc *sc; in stf_encapcheck()
380 sc = (struct stf_softc *)arg; in stf_encapcheck()
[all …]