Searched refs:V_tcp_do_newcwv (Results 1 – 2 of 2) sorted by relevance
1318 #define V_tcp_do_newcwv VNET(tcp_do_newcwv) macro
304 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()