Searched refs:tcp_cc_newreno (Results 1 – 3 of 3) sorted by relevance
89 struct tcp_cc_algo tcp_cc_newreno = { variable108 os_atomic_inc(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_init()116 os_atomic_dec(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_cleanup()337 os_atomic_inc(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_switch_cc()
108 extern struct tcp_cc_algo tcp_cc_newreno;110 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_newreno.num_sockets,
43 extern struct tcp_cc_algo tcp_cc_newreno;66 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()