Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_bbr.c372 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_bdp()
542 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
Dtcp_input.c439 nr_segs = max_t(u32, TCP_INIT_CWND, tcp_snd_cwnd(tp)); in tcp_sndbuf_expand()
590 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
982 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
Dtcp.c434 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_init_sock()
3026 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_disconnect()
/Linux-v6.6/net/mptcp/
Dprotocol.c3242 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()
3244 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/Linux-v6.6/include/net/
Dtcp.h232 #define TCP_INIT_CWND 10 macro