Searched refs:TCP_INIT_CWND (Results 1 – 6 of 6) sorted by relevance
351 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_target_cwnd()435 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
503 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_create_openreq_child()
345 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()875 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
190 u32 init_rwnd = TCP_INIT_CWND * 2; in tcp_default_init_rwnd()
427 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
227 #define TCP_INIT_CWND 10 macro