Home
last modified time | relevance | path

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

/xnu-10002.81.5/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()
337 os_atomic_inc(&tcp_cc_newreno.num_sockets, relaxed); in tcp_newreno_switch_cc()
H A Dtcp_sysctls.c108 extern struct tcp_cc_algo tcp_cc_newreno;
110 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_cc_newreno.num_sockets,
H A Dtcp_cc.c43 extern struct tcp_cc_algo tcp_cc_newreno;
66 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()