Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c152 thread_call_t ipfm_timeout_tcall; /* frag timeout thread */ member
204 mgr->ipfm_timeout_tcall = in fsw_ip_frag_mgr_create()
207 VERIFY(mgr->ipfm_timeout_tcall != NULL); in fsw_ip_frag_mgr_create()
241 if ((tcall = mgr->ipfm_timeout_tcall) != NULL) { in fsw_ip_frag_mgr_destroy()
242 mgr->ipfm_timeout_tcall = NULL; in fsw_ip_frag_mgr_destroy()
857 thread_call_t tcall = mgr->ipfm_timeout_tcall; in ipfq_sched_timeout()