Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_bridge.c497 thread_call_t bdc_thread_call; member
4080 if (call->bdc_thread_call == NULL) {
4081 call->bdc_thread_call = thread_call_allocate(
4085 thread_call_enter(call->bdc_thread_call);
4160 if (call->bdc_thread_call != NULL) {
4161 result = thread_call_free(call->bdc_thread_call);
4166 call->bdc_thread_call = NULL;