Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_var.h1698 void tcp_run_timerlist(void *arg1, void *arg2);
H A Dtcp_timer.c2142 tcp_run_timerlist(void * arg1, void * arg2) in tcp_run_timerlist() function
H A Dtcp_subr.c608 tcp_timer_list.call = thread_call_allocate(tcp_run_timerlist, NULL); in tcp_init()