Searched refs:tcp_cc_newreno (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c98 struct tcp_cc_algo tcp_cc_newreno = { variable in typeref:struct:tcp_cc_algo
156 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
162 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
419 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
H A Dtcp_subr.c241 extern struct tcp_cc_algo tcp_cc_newreno;
243 &tcp_cc_newreno.num_sockets, 0, "Number of sockets using newreno");
340 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno;

Completed in 38 milliseconds