Searched refs:ifc_destroy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c2418 cloner_params->ifc_destroy == NULL ||
2444 ifc->ifc_destroy = cloner_params->ifc_destroy;
H A Dif_gif.c281 ifnet_clone_params.ifc_destroy = gif_clone_destroy;
H A Dif_var.h732 int (*ifc_destroy)(struct ifnet *); member in struct:if_clone
H A Dkpi_interface.h3072 @field ifc_destroy The function to destroy an interface.
3077 ifnet_clone_destroy_func ifc_destroy; member in struct:ifnet_clone_params
H A Dif.c547 if (ifc->ifc_destroy == NULL)
550 (*ifc->ifc_destroy)(ifp);
H A Dif_bridge.c1107 ifnet_clone_params.ifc_destroy = bridge_clone_destroy;

Completed in 126 milliseconds