Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_bbr.c369 return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/ in bbr_bdp()
539 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd()
Dtcp.c428 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
2621 tp->snd_cwnd = TCP_INIT_CWND; in tcp_disconnect()
Dtcp_input.c351 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
448 tp->rcvq_space.space = min_t(u32, tp->rcv_wnd, TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
868 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
/Linux-v5.4/include/net/
Dtcp.h226 #define TCP_INIT_CWND 10 macro