Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.h701 struct ifnet_init_params { struct
1284 extern errno_t ifnet_allocate_internal(const struct ifnet_init_params *init,
1290 extern errno_t ifnet_allocate(const struct ifnet_init_params *init,
H A Dremote_vif.c155 struct ifnet_init_params rvi_ifinit; in rvi_create_if()
H A Dkpi_interface.c88 errno_t ifnet_allocate(const struct ifnet_init_params *init,
91 static errno_t ifnet_allocate_common(const struct ifnet_init_params *init,
133 ifnet_allocate_common(const struct ifnet_init_params *init, in ifnet_allocate_common()
170 ifnet_allocate_internal(const struct ifnet_init_params *init, ifnet_t *ifp) in ifnet_allocate_internal()
176 ifnet_allocate(const struct ifnet_init_params *init, ifnet_t *ifp) in ifnet_allocate()