Home
last modified time | relevance | path

Searched refs:tcp_packets_in_flight (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_output.c167 if (tcp_packets_in_flight(tp) == 0) in tcp_event_data_sent()
1595 in_flight = tcp_packets_in_flight(tp); in tcp_cwnd_test()
1777 in_flight = tcp_packets_in_flight(tp); in tcp_tso_should_defer()
1924 if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) { in tcp_mtu_probe()
1925 if (!tcp_packets_in_flight(tp)) in tcp_mtu_probe()
2139 is_cwnd_limited |= (tcp_packets_in_flight(tp) >= tp->snd_cwnd); in tcp_write_xmit()
2177 if ((tp->snd_cwnd > tcp_packets_in_flight(tp)) && in tcp_schedule_loss_probe()
2757 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_xmit_retransmit_queue()
Dtcp_input.c1786 WARN_ON((int)tcp_packets_in_flight(tp) < 0); in tcp_sacktag_write_queue()
2251 tcp_packets_in_flight(tp) + tcp_max_burst(tp)); in tcp_moderate_cwnd()
2477 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()
2498 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()
4907 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_should_expand_sndbuf()
/linux-4.4.14/include/net/
Dtcp.h997 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() function