Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_ip_frag.c153 thread_call_t ipfm_timeout_tcall; /* frag timeout thread */ member
202 mgr->ipfm_timeout_tcall = in fsw_ip_frag_mgr_create()
205 VERIFY(mgr->ipfm_timeout_tcall != NULL); in fsw_ip_frag_mgr_create()
239 if ((tcall = mgr->ipfm_timeout_tcall) != NULL) { in fsw_ip_frag_mgr_destroy()
243 mgr->ipfm_timeout_tcall = NULL; in fsw_ip_frag_mgr_destroy()
934 thread_call_t __single tcall = mgr->ipfm_timeout_tcall; in ipfq_sched_timeout()