Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Din_pcb.c157 static void inpcb_timeout(void *, void *);
346 inpcb_thread_call = thread_call_allocate_with_priority(inpcb_timeout, in in_pcbinit()
350 inpcb_timeout, &inpcb_timeout, THREAD_CALL_PRIORITY_KERNEL); in in_pcbinit()
368 inpcb_timeout(void *arg0, void *arg1) in inpcb_timeout() function