Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c370 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_bdp()
540 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
H A Dtcp.c433 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
2776 tp->snd_cwnd = TCP_INIT_CWND; in tcp_disconnect()
H A Dtcp_input.c417 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
560 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
958 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2115 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()
2117 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h229 #define TCP_INIT_CWND 10 macro