Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c493 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_create_openreq_child()
Dtcp.c399 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
Dtcp_input.c303 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
829 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
Dtcp_output.c194 u32 init_rwnd = TCP_INIT_CWND * 2; in tcp_default_init_rwnd()
/linux-4.4.14/include/net/
Dtcp.h220 #define TCP_INIT_CWND 10 macro