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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_newreno.c98 struct tcp_cc_algo tcp_cc_newreno = { variable in typeref:struct:tcp_cc_algo
115 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
121 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
349 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
H A Dtcp_cc.c76 extern struct tcp_cc_algo tcp_cc_newreno;
78 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_newreno.num_sockets,
128 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno;

Completed in 23 milliseconds