Searched refs:e_fcb (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkext_net.c198 kp->e_fcb = NULL;
213 * Symantec's NPC kext does not check that the kextcb->e_fcb
215 * the very few cases where the e_fcb is actually NULL.
280 if (p2->e_fcb != NULL && g_symantec_util_funcs)
288 if (p3->e_fcb != NULL && g_symantec_util_funcs)
296 if (p2->e_fcb != NULL && g_symantec_if_funcs)
304 if (p2->e_fcb != NULL && g_symantec_if_funcs)
312 if (p3->e_fcb != NULL && g_symantec_if_funcs)
320 if (p2->e_fcb != NULL && g_symantec_if_funcs)
329 if (p7->e_fcb !
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h493 void *e_fcb; /* Real filter control block */ member in struct:kextcb

Completed in 23 milliseconds