Searched refs:TCP_INIT_CWND (Results 1 – 4 of 4) sorted by relevance
2142 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()2144 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
622 nr_segs = max_t(u32, TCP_INIT_CWND, tcp_snd_cwnd(tp)); in tcp_sndbuf_expand()774 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()1207 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
449 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_init_sock()3425 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_disconnect()
269 #define TCP_INIT_CWND 10 macro