Searched refs:pkts_in_flight (Results 1 – 3 of 3) sorted by relevance
72 __u32 pkts_in_flight = tp->packets_out - (tp->sacked_out + tp->lost_out) + tp->retrans_out; in tcp_update_pacing_rate() 73 int delta = tp->snd_ssthresh - pkts_in_flight; in tcp_update_pacing_rate() 92 tp->snd_cwnd = pkts_in_flight + sndcnt; in tcp_cwnd_reduction() 81 __u32 pkts_in_flight = tp->packets_out - (tp->sacked_out + tp->lost_out) + tp->retrans_out; tcp_cwnd_reduction() local
186 int pkts_in_flight; global() variable
45 int pkts_in_flight; variable1103 pkts_in_flight -= pkts_sent; in __receive_pkts()1180 if (pkts_in_flight >= (int)((umem_size(umem) - xsk->batch_size * buffer_len) / in __send_pkts()1265 pkts_in_flight += valid_pkts; in __send_pkts()1824 pkts_in_flight = 0; in __testapp_validate_traffic()