Home
last modified time | relevance | path

Searched refs:tcp_cc_cubic (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c70 struct tcp_cc_algo tcp_cc_cubic = { variable
109 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()
H A Dtcp_cc.c69 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()