Home
last modified time | relevance | path

Searched refs:V_tcp_do_rfc3465 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c207 (ccv->flags & CCF_CWND_LIMITED) && (!V_tcp_do_rfc3465 || in htcp_ack_received()
209 (V_tcp_do_rfc3465 && ccv->flags & CCF_ABC_SENTAWND))) { in htcp_ack_received()
221 if (V_tcp_do_rfc3465) { in htcp_ack_received()
H A Dcc_chd.c201 if (V_tcp_do_rfc3465) { in chd_window_increase()
215 if (V_tcp_do_rfc3465) { in chd_window_increase()
H A Dcc.c535 if (V_tcp_do_rfc3465) { in newreno_cc_cwnd_in_cong_avoid()
573 if (V_tcp_do_rfc3465) { in newreno_cc_cwnd_in_slow_start()
H A Dcc_newreno.c265 if (V_tcp_do_rfc3465) { in newreno_ack_received()
272 } else if (V_tcp_do_rfc3465) { in newreno_ack_received()
/freebsd/sys/netinet/
H A Dtcp_var.h1333 #define V_tcp_do_rfc3465 VNET(tcp_do_rfc3465) macro