Searched refs:tcp_cc_cubic (Results 1 – 2 of 2) sorted by relevance
70 struct tcp_cc_algo tcp_cc_cubic = { variable109 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_cubic.num_sockets); in tcp_cubic_init()130 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_cubic.num_sockets); in tcp_cubic_cleanup()625 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_cubic.num_sockets); in tcp_cubic_switch_cc()
69 extern struct tcp_cc_algo tcp_cc_cubic;71 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_cubic.num_sockets,117 tcp_cc_algo_list[TCP_CC_ALGO_CUBIC_INDEX] = &tcp_cc_cubic; in tcp_cc_init()