Searched defs:in_flight (Results 1 – 14 of 14) sorted by relevance
/net/ipv4/ |
D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_scalable_cong_avoid()
|
D | tcp_cong.c | 280 int tcp_is_cwnd_limited(const struct sock *sk, u32 in_flight) in tcp_is_cwnd_limited() 346 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_reno_cong_avoid()
|
D | tcp_highspeed.c | 112 static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 in_flight) in hstcp_cong_avoid()
|
D | tcp_hybla.c | 88 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in hybla_cong_avoid()
|
D | tcp_vegas.c | 161 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_vegas_cong_avoid()
|
D | tcp_yeah.c | 72 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_yeah_cong_avoid()
|
D | tcp_veno.c | 117 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_veno_cong_avoid()
|
D | tcp_lp.c | 118 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_lp_cong_avoid()
|
D | tcp_bic.c | 140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in bictcp_cong_avoid()
|
D | tcp_illinois.c | 259 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_illinois_cong_avoid()
|
D | tcp_htcp.c | 231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in htcp_cong_avoid()
|
D | tcp_cubic.c | 283 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in bictcp_cong_avoid()
|
D | tcp_output.c | 1139 u32 in_flight, cwnd; in tcp_cwnd_test() local 1327 u32 send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local
|
D | tcp_input.c | 3116 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 in_flight) in tcp_cong_avoid()
|