Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c149 static void inpcb_timeout(void *, void *);
332 inpcb_thread_call = thread_call_allocate_with_priority(inpcb_timeout, in in_pcbinit()
336 inpcb_timeout, &inpcb_timeout, THREAD_CALL_PRIORITY_KERNEL); in in_pcbinit()
354 inpcb_timeout(void *arg0, void *arg1) in inpcb_timeout() function