Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/ !
H A Dif_stf.c155 struct stf_softc { struct
190 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 *__single 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 *__single stf = ifnet_softc(ifp); in stf_demux()
292 struct stf_softc *__single sc = ifnet_softc(ifp); in stf_set_bpf_tap()
303 struct stf_softc *__single sc; in stfattach()
314 sc = kalloc_type(struct stf_softc, Z_WAITOK_ZERO_NOFAIL); in stfattach()
[all …]