Searched refs:tcp_slow_start (Results  1 – 11 of 11) sorted by relevance
| /linux-4.4.14/net/ipv4/ | 
| D | tcp_cong.c | 377 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked)  in tcp_slow_start()  function386 EXPORT_SYMBOL_GPL(tcp_slow_start);
 426 		acked = tcp_slow_start(tp, acked);  in tcp_reno_cong_avoid()
 
 | 
| D | tcp_vegas.c | 245 				tcp_slow_start(tp, acked);  in tcp_vegas_cong_avoid()285 		tcp_slow_start(tp, acked);  in tcp_vegas_cong_avoid()
 
 | 
| D | tcp_scalable.c | 26 		tcp_slow_start(tp, acked);  in tcp_scalable_cong_avoid()
 | 
| D | tcp_highspeed.c | 120 		tcp_slow_start(tp, acked);  in hstcp_cong_avoid()
 | 
| D | tcp_veno.c | 155 			tcp_slow_start(tp, acked);  in tcp_veno_cong_avoid()
 | 
| D | tcp_yeah.c | 79 		tcp_slow_start(tp, acked);  in tcp_yeah_cong_avoid()
 | 
| D | tcp_bic.c | 150 		tcp_slow_start(tp, acked);  in bictcp_cong_avoid()
 | 
| D | tcp_illinois.c | 272 		tcp_slow_start(tp, acked);  in tcp_illinois_cong_avoid()
 | 
| D | tcp_htcp.c | 240 		tcp_slow_start(tp, acked);  in htcp_cong_avoid()
 | 
| D | tcp_cubic.c | 347 		acked = tcp_slow_start(tp, acked);  in bictcp_cong_avoid()
 | 
| /linux-4.4.14/include/net/ | 
| D | tcp.h | 893 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);
 |