Searched refs:tcp_cc_cubic (Results 1 – 3 of 3) sorted by relevance
132 extern struct tcp_cc_algo tcp_cc_cubic;134 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()95 os_atomic_dec(&tcp_cc_cubic.num_sockets, relaxed); in tcp_cubic_cleanup()521 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()