Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1318 #define V_tcp_do_newcwv VNET(tcp_do_newcwv) macro
H A Dtcp_input.c304 if ((!V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd)) || in cc_ack_received()
305 (V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd) && in cc_ack_received()