Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_ledbat.c75 struct tcp_cc_algo tcp_cc_ledbat = { variable
232 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets); in tcp_ledbat_init()
241 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets); in tcp_ledbat_cleanup()
650 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets); in tcp_ledbat_switch_cc()
H A Dtcp_cc.c54 extern struct tcp_cc_algo tcp_cc_ledbat;
56 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_ledbat.num_sockets,
116 tcp_cc_algo_list[TCP_CC_ALGO_BACKGROUND_INDEX] = &tcp_cc_ledbat; in tcp_cc_init()