Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Din_pcb.c145 static void inpcb_timeout(void *, void *);
326 inpcb_thread_call = thread_call_allocate_with_priority(inpcb_timeout, in in_pcbinit()
330 inpcb_timeout, &inpcb_timeout, THREAD_CALL_PRIORITY_KERNEL); in in_pcbinit()
348 inpcb_timeout(void *arg0, void *arg1) in inpcb_timeout() function