Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_bbr.c373 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_bdp()
543 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
H A Dtcp_input.c457 nr_segs = max_t(u32, TCP_INIT_CWND, tcp_snd_cwnd(tp)); in tcp_sndbuf_expand()
609 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
1025 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
H A Dtcp.c450 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_init_sock()
3358 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_disconnect()
/linux-6.15/net/mptcp/
H A Dprotocol.c3282 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()
3284 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/linux-6.15/include/net/
H A Dtcp.h246 #define TCP_INIT_CWND 10 macro