Home
last modified time | relevance | path

Searched refs:TCP_INIT_CWND (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c351 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()
Dtcp_minisocks.c503 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_create_openreq_child()
Dtcp_input.c345 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
875 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
Dtcp_output.c190 u32 init_rwnd = TCP_INIT_CWND * 2; in tcp_default_init_rwnd()
Dtcp.c427 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
/Linux-v4.19/include/net/
Dtcp.h227 #define TCP_INIT_CWND 10 macro