Searched refs:inpcb_timeout (Results 1 – 1 of 1) sorted by relevance
157 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