Home
last modified time | relevance | path

Searched refs:in_flight (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
Dtcp_nv.c269 if (sample->in_flight == 0) in tcpnv_acked()
288 rate64 = ((u64)sample->in_flight) * 80000; in tcpnv_acked()
Dtcp_output.c1038 TCP_SKB_CB(skb)->tx.in_flight = TCP_SKB_CB(skb)->end_seq in __tcp_transmit_skb()
1798 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local
1805 in_flight = tcp_packets_in_flight(tp); in tcp_cwnd_test()
1807 if (in_flight >= cwnd) in tcp_cwnd_test()
1814 return min(halfcwnd, cwnd - in_flight); in tcp_cwnd_test()
1941 u32 send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local
1959 in_flight = tcp_packets_in_flight(tp); in tcp_tso_should_defer()
1962 BUG_ON(tp->snd_cwnd <= in_flight); in tcp_tso_should_defer()
1967 cong_win = (tp->snd_cwnd - in_flight) * tp->mss_cache; in tcp_tso_should_defer()
Dtcp_input.c3123 last_in_flight = TCP_SKB_CB(skb)->tx.in_flight; in tcp_clean_rtx_queue()
3243 .in_flight = last_in_flight }; in tcp_clean_rtx_queue()
/net/tipc/
Dgroup.c741 u16 remitted, in_flight; in tipc_group_proto_rcv() local
818 in_flight = m->advertised - remitted; in tipc_group_proto_rcv()
819 m->advertised = ADV_IDLE + in_flight; in tipc_group_proto_rcv()