Searched refs:ifnet_softc (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c182 *protocol_family = ((struct gif_softc*)ifnet_softc(ifp))->gif_proto;
195 struct gif_softc* gif = ifnet_softc(ifp);
210 if (((struct gif_softc*)ifnet_softc(ifp))->gif_proto == protocol_family)
211 ((struct gif_softc*)ifnet_softc(ifp))->gif_proto = 0;
280 struct gif_softc *sc = ifnet_softc(ifp);
486 struct gif_softc *sc = ifnet_softc(ifp);
550 struct gif_softc *sc = ifnet_softc(ifp);
582 struct gif_softc *sc = ifnet_softc(ifp);
718 sc2 = ifnet_softc(ifp2);
H A Dif_stf.c236 struct stf_softc* stf = ifnet_softc(ifp);
252 if (((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family == protocol_family)
253 ((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family = 0;
289 struct stf_softc* stf = ifnet_softc(ifp);
300 struct stf_softc *sc = ifnet_softc(ifp);
530 sc = ifnet_softc(ifp);
H A Dif_bond.c1041 ifb = ifnet_softc(ifp);
1247 ifb = ifnet_softc(ifp);
1268 ifb = ifnet_softc(ifp);
1507 ifb = ifnet_softc(ifp);
1996 ifb = (ifbond_ref)ifnet_softc(ifp);
2454 ifb = (ifbond_ref)ifnet_softc(ifp);
2636 ifb = (ifbond_ref)ifnet_softc(ifp);
2645 if (ifnet_softc(ifp) == NULL || ifbond_flags_if_detaching(ifb)) {
2721 ifb = (ifbond_ref)ifnet_softc(ifp);
2761 ifb = (ifbond_ref)ifnet_softc(if
[all...]
H A Dif_vlan.c460 ifv = (ifvlan_ref)ifnet_softc(ifp);
1792 ifv = (ifvlan_ref)ifnet_softc(ifp);
1838 ifv = (ifvlan_ref)ifnet_softc(ifp);
1907 ifv = (ifvlan_ref)ifnet_softc(ifp);
1924 ifv = (ifvlan_ref)ifnet_softc(ifp);
1968 ifv = (ifvlan_ref)ifnet_softc(ifp);
H A Dif_utun.c600 struct utun_pcb *pcb = ifnet_softc(interface);
749 struct utun_pcb *pcb = ifnet_softc(interface);
H A Dkpi_interface.h615 the ifnet using the ifnet_softc function.
832 the ifnet using the ifnet_softc function.
1351 @function ifnet_softc
1356 extern void *ifnet_softc(ifnet_t interface);
H A Dif_bridge.c1285 if ((sc = (struct bridge_softc *)ifnet_softc(ifp)) != NULL) {
3436 struct bridge_softc *sc = ifnet_softc(ifp);
5205 struct bridge_softc *sc = (struct bridge_softc *)ifnet_softc(ifp);
5239 struct bridge_softc *sc = (struct bridge_softc *)ifnet_softc(ifp);
5262 struct bridge_softc *sc = (struct bridge_softc *)ifnet_softc(ifp);
5277 struct bridge_softc *sc = (struct bridge_softc *)ifnet_softc(ifp);
H A Dkpi_interface.c343 ifnet_softc(ifnet_t interface) function
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c107 struct gif_softc *sc = ifnet_softc(ifp);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c116 struct gif_softc *sc = ifnet_softc(ifp);

Completed in 107 milliseconds