Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_stf.c153 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()
[all …]