Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil.c230 static void ifnet_detacher_thread_func(void *, wait_result_t);
1612 if (kernel_thread_start(ifnet_detacher_thread_func, in dlil_init()
5673 ifnet_detacher_thread_func(void *v, wait_result_t w) in ifnet_detacher_thread_func() function