Searched refs:lost_out (Results 1 – 9 of 9) sorted by relevance
192 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited()
952 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()964 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()1236 tp->lost_out -= pcount; in tcp_sacktag_one()1258 tp->lost_out -= pcount; in tcp_sacktag_one()1844 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()1858 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()1925 tp->lost_out = 0; in tcp_clear_retrans()2163 if (tp->lost_out) in tcp_time_to_recover()2346 tp->lost_out = 0; in tcp_undo_cwnd_reduction()2608 if (!tp->lost_out) in tcp_simple_retransmit()[all …]
795 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write()1225 tp->lost_out -= decr; in tcp_adjust_pcount()2975 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
3169 info->tcpi_lost = tp->lost_out; in tcp_get_info()
303 u32 lost_out; /* Lost packets */ member
2588 __u32 lost_out; member
1126 return tp->sacked_out + tp->lost_out; in tcp_left_out()
6688 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access()6689 SOCK_OPS_GET_FIELD(lost_out, lost_out, struct tcp_sock); in sock_ops_convert_ctx_access()