Searched refs:TCP_INIT_CWND (Results 1 – 4 of 4) sorted by relevance
369 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_bdp()539 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
428 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()2621 tp->snd_cwnd = TCP_INIT_CWND; in tcp_disconnect()
351 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()448 tp->rcvq_space.space = min_t(u32, tp->rcv_wnd, TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()868 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
226 #define TCP_INIT_CWND 10 macro