Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c482 newtp->snd_cwnd = TCP_INIT_CWND; in tcp_create_openreq_child()
Dtcp_input.c299 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
809 cwnd = TCP_INIT_CWND; in tcp_init_cwnd()
Dtcp.c398 tp->snd_cwnd = TCP_INIT_CWND; in tcp_init_sock()
Dtcp_output.c197 u32 init_rwnd = TCP_INIT_CWND * 2; in tcp_default_init_rwnd()
/linux-4.1.27/include/net/
Dtcp.h220 #define TCP_INIT_CWND 10 macro