Searched refs:ifnet_detached_func (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h271 @typedef ifnet_detached_func
272 @discussion ifnet_detached_func is called an interface is detached
275 ifnet_detached_func is used to notify the interface that it has
285 typedef void (*ifnet_detached_func)(ifnet_t interface); typedef
645 ifnet_detached_func detach; /* optional */
882 ifnet_detached_func detach; /* optional */
H A Dif_var.h548 ifnet_detached_func if_free;
H A Dkpi_interface.c98 ifnet_detached_func detach_func = ifp->if_kpi_storage;
H A Ddlil.c4933 ifnet_detached_func if_free;

Completed in 93 milliseconds