Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_sysctls.c115 extern struct tcp_cc_algo tcp_cc_ledbat;
117 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_ledbat.num_sockets,
H A Dtcp_ledbat.c66 struct tcp_cc_algo tcp_cc_ledbat = { variable
166 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()
H A Dtcp_cc.c44 extern struct tcp_cc_algo tcp_cc_ledbat;
68 tcp_cc_algo_list[TCP_CC_ALGO_BACKGROUND_INDEX] = &tcp_cc_ledbat; in tcp_cc_init()