Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c462 inflight = rs->prior_in_flight; /* what was in-flight before ACK? */ in bbr_is_next_cycle_phase()
Dtcp_input.c3625 rs.prior_in_flight = tcp_packets_in_flight(tp); in tcp_ack()
/Linux-v4.19/include/net/
Dtcp.h998 u32 prior_in_flight; /* in flight before this ACK */ member