Searched refs:tcp_cc_ledbat (Results 1 – 3 of 3) sorted by relevance
113 extern struct tcp_cc_algo tcp_cc_ledbat;115 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_ledbat.num_sockets,
66 struct tcp_cc_algo tcp_cc_ledbat = { variable166 os_atomic_inc(&tcp_cc_ledbat.num_sockets, relaxed); in tcp_ledbat_init()175 os_atomic_dec(&tcp_cc_ledbat.num_sockets, relaxed); in tcp_ledbat_cleanup()580 os_atomic_inc(&tcp_cc_ledbat.num_sockets, relaxed); in tcp_ledbat_switch_cc()
44 extern struct tcp_cc_algo tcp_cc_ledbat;67 tcp_cc_algo_list[TCP_CC_ALGO_BACKGROUND_INDEX] = &tcp_cc_ledbat; in tcp_cc_init()