Searched refs:tcp_cc_cubic (Results 1 – 3 of 3) sorted by relevance
130 extern struct tcp_cc_algo tcp_cc_cubic;132 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_cubic.num_sockets,
56 struct tcp_cc_algo tcp_cc_cubic = { variable80 os_atomic_inc(&tcp_cc_cubic.num_sockets, relaxed); in tcp_cubic_init()101 os_atomic_dec(&tcp_cc_cubic.num_sockets, relaxed); in tcp_cubic_cleanup()596 os_atomic_inc(&tcp_cc_cubic.num_sockets, relaxed); in tcp_cubic_switch_cc()
45 extern struct tcp_cc_algo tcp_cc_cubic;69 tcp_cc_algo_list[TCP_CC_ALGO_CUBIC_INDEX] = &tcp_cc_cubic; in tcp_cc_init()