Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_newreno.c96 struct tcp_cc_algo tcp_cc_newreno = { variable
115 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets); in tcp_newreno_init()
123 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets); in tcp_newreno_cleanup()
344 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets); in tcp_newreno_switch_cc()
H A Dtcp_cc.c49 extern struct tcp_cc_algo tcp_cc_newreno;
51 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_newreno.num_sockets,
115 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()