Lines Matching refs:stf_softc
153 struct stf_softc { struct
188 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,
190 static int stf_checkaddr6(struct stf_softc *, struct in6_addr *,
223 struct stf_softc* stf = ifnet_softc(ifp); in stf_add_proto()
239 if (((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family == protocol_family) { in stf_del_proto()
240 ((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family = 0; in stf_del_proto()
278 struct stf_softc* stf = ifnet_softc(ifp); in stf_demux()
289 struct stf_softc *sc = ifnet_softc(ifp); in stf_set_bpf_tap()
300 struct stf_softc *sc; in stfattach()
311 sc = kalloc_type(struct stf_softc, Z_WAITOK_ZERO_NOFAIL); in stfattach()
365 kfree_type(struct stf_softc, sc); in stfattach()
377 struct stf_softc *sc; in stf_encapcheck()
380 sc = (struct stf_softc *)arg; in stf_encapcheck()
505 struct stf_softc *sc; in stf_pre_output()
638 struct stf_softc *sc, in stf_checkaddr4()
713 struct stf_softc *sc, in stf_checkaddr6()
742 struct stf_softc *sc; in in_stf_input()
760 sc = (struct stf_softc *)encap_getarg(m); in in_stf_input()