Searched refs:tcp_timer_list (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_subr.c158 extern struct tcptimerlist tcp_timer_list;
471 bzero(&tcp_timer_list, sizeof(tcp_timer_list));
472 LIST_INIT(&tcp_timer_list.lhead);
476 tcp_timer_list.mtx_grp_attr = lck_grp_attr_alloc_init();
477 tcp_timer_list.mtx_grp = lck_grp_alloc_init("tcptimerlist", tcp_timer_list.mtx_grp_attr);
478 tcp_timer_list.mtx_attr = lck_attr_alloc_init();
479 if ((tcp_timer_list.mtx = lck_mtx_alloc_init(tcp_timer_list
[all...]
H A Dtcp_timer.c135 struct tcptimerlist tcp_timer_list; variable in typeref:struct:tcptimerlist
1263 struct tcptimerlist *listp = &tcp_timer_list;
1299 struct tcptimerlist *listp = &tcp_timer_list;
1337 struct tcptimerlist *listp = &tcp_timer_list;
1489 struct tcptimerlist *listp = &tcp_timer_list;
1634 struct tcptimerlist *listp = &tcp_timer_list;

Completed in 66 milliseconds