Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_var.h1812 void tcp_run_timerlist(void *arg1, void *arg2);
H A Dtcp_timer.c2138 tcp_run_timerlist(void * arg1, void * arg2) in tcp_run_timerlist() function
H A Dtcp_subr.c618 tcp_timer_list.call = thread_call_allocate(tcp_run_timerlist, NULL); in tcp_init()