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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h614 @field softc Driver specific storage. This value can be retrieved from
642 void *softc; /* optional */ member in struct:ifnet_init_params
831 @field softc Driver specific storage. This value can be retrieved from
879 void *softc; /* optional */ member in struct:ifnet_init_eparams
H A Dif_pflog.c164 pf_init.softc = pflogif;
H A Dif_gif.c322 gif_init.softc = sc;
H A Dif_loop.c657 lo_init.softc = &lo_statics[0];
H A Dif_stf.c325 printf("stf softc attach failed\n" );
350 stf_init.softc = sc;
H A Dif_utun.c218 utun_init.softc = pcb;
H A Dkpi_interface.c133 einit.softc = init->softc;
221 ifp->if_softc = einit.softc;
H A Dif_vlan.c980 vlan_init.softc = ifv;
H A Dif_bond.c1162 bond_init.softc = ifb;
H A Dif_bridge.c1101 init_params.softc = sc;

Completed in 60 milliseconds