Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_newreno.c89 struct tcp_cc_algo tcp_cc_newreno = { variable
108 os_atomic_inc(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_init()
116 os_atomic_dec(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_cleanup()
347 os_atomic_inc(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_switch_cc()
H A Dtcp_sysctls.c112 extern struct tcp_cc_algo tcp_cc_newreno;
114 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_newreno.num_sockets,
H A Dtcp_cc.c43 extern struct tcp_cc_algo tcp_cc_newreno;
67 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()