Searched refs:stf_softc (Results 1 – 1 of 1) sorted by relevance
155 struct stf_softc { struct190 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,192 static int stf_checkaddr6(struct stf_softc *, struct in6_addr *,225 struct stf_softc* stf = ifnet_softc(ifp); in stf_add_proto()241 if (((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family == protocol_family) { in stf_del_proto()242 ((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family = 0; in stf_del_proto()280 struct stf_softc* stf = ifnet_softc(ifp); in stf_demux()291 struct stf_softc *sc = ifnet_softc(ifp); in stf_set_bpf_tap()302 struct stf_softc *sc; in stfattach()313 sc = kalloc_type(struct stf_softc, Z_WAITOK_ZERO_NOFAIL); in stfattach()[all …]