Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp_sysctls.c128 extern struct tcp_cc_algo tcp_cc_cubic;
130 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_cubic.num_sockets,
H A Dtcp_cubic.c56 struct tcp_cc_algo tcp_cc_cubic = { variable
80 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()
H A Dtcp_cc.c45 extern struct tcp_cc_algo tcp_cc_cubic;
68 tcp_cc_algo_list[TCP_CC_ALGO_CUBIC_INDEX] = &tcp_cc_cubic; in tcp_cc_init()