Searched refs:V_tcp_do_newcwv (Results 1 – 2 of 2) sorted by relevance
1313 #define V_tcp_do_newcwv VNET(tcp_do_newcwv) macro
301 if ((!V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd)) || in cc_ack_received()302 (V_tcp_do_newcwv && (tp->snd_cwnd <= tp->snd_wnd) && in cc_ack_received()