Searched refs:TCP_INIT_CWND (Results 1 – 5 of 5) sorted by relevance
493 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_create_openreq_child()
399 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
303 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()829 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
194 u32 init_rwnd = TCP_INIT_CWND * 2; in tcp_default_init_rwnd()
220 #define TCP_INIT_CWND 10 macro