Lines Matching defs:stf_softc
129 struct stf_softc {
133 LIST_ENTRY(stf_softc) sc_list;
136 static LIST_HEAD(, stf_softc) stf_softc_list;
161 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,
163 static int stf_checkaddr6(struct stf_softc *, const struct in6_addr *,
204 struct stf_softc *sc;
207 sc = malloc(sizeof(struct stf_softc), M_DEVBUF, M_WAIT|M_ZERO);
248 struct stf_softc *sc = (void *) ifp;
267 struct stf_softc *sc;
270 sc = (struct stf_softc *)arg;
356 struct stf_softc *sc;
368 sc = (struct stf_softc*)ifp;
475 stf_checkaddr4(struct stf_softc *sc, const struct in_addr *in,
545 stf_checkaddr6(struct stf_softc *sc, const struct in6_addr *in6,
585 struct stf_softc *sc = eparg;
675 struct stf_softc *sc;