Searched refs:tcp_cc_newreno (Results 1 – 2 of 2) sorted by relevance
96 struct tcp_cc_algo tcp_cc_newreno = { variable115 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()
49 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()