Home
last modified time | relevance | path

Searched refs:tcp_slow_start (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_vegas.c245 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
285 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
Dtcp_cong.c393 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() function
402 EXPORT_SYMBOL_GPL(tcp_slow_start);
442 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
Dtcp_scalable.c26 tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
Dtcp_highspeed.c120 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
Dtcp_veno.c156 tcp_slow_start(tp, acked); in tcp_veno_cong_avoid()
Dtcp_yeah.c80 tcp_slow_start(tp, acked); in tcp_yeah_cong_avoid()
Dtcp_bic.c148 tcp_slow_start(tp, acked); in bictcp_cong_avoid()
Dtcp_illinois.c273 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
Dtcp_htcp.c239 tcp_slow_start(tp, acked); in htcp_cong_avoid()
Dtcp_nv.c194 acked = tcp_slow_start(tp, acked); in tcpnv_cong_avoid()
Dtcp_cubic.c345 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
/Linux-v4.19/include/net/
Dtcp.h1056 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);