Home
last modified time | relevance | path

Searched refs:TCP_INIT_CWND (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c367 * case we need to slow-start up toward something safe: TCP_INIT_CWND. in bbr_bdp()
370 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.c437 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
2866 tp->snd_cwnd = TCP_INIT_CWND; in tcp_disconnect()
H A Dtcp_input.c431 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
574 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
972 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c369 * case we need to slow-start up toward something safe: TCP_INIT_CWND. in bbr_bdp()
372 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()
H A Dtcp.c434 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_init_sock()
3037 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_disconnect()
H A 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()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1040 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_nip_create_openreq_child()
1812 u32 init_rwnd = TCP_INIT_CWND * TCP_NUM_2; in tcp_default_init_rwnd()
H A Dtcp_nip.c1386 tp->snd_cwnd = TCP_INIT_CWND; in tcp_nip_init_sock()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c3326 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()
3328 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT; in mptcp_rcv_space_init()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h236 #define TCP_INIT_CWND 10 macro
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h232 #define TCP_INIT_CWND 10 macro

Completed in 52 milliseconds