Searched refs:lost_out (Results 1 – 11 of 11) sorted by relevance
13 return tp->sacked_out + tp->lost_out; in tcp_left_out()
109 dst->lost_out = src->lost_out; in tpcpy()
72 __u32 pkts_in_flight = tp->packets_out - (tp->sacked_out + tp->lost_out) + tp->retrans_out; in tcp_update_pacing_rate()
1314 if ((!tp->retransmit_skb_hint && tp->retrans_out >= tp->lost_out) || in tcp_verify_retransmit_hint()1348 tp->lost_out += tcp_skb_pcount(skb); in tcp_mark_skb_lost()1644 tp->lost_out -= pcount; in tcp_sacktag_one()1666 tp->lost_out -= pcount; in tcp_sacktag_one()2408 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()2422 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()2495 tp->lost_out = 0; in tcp_clear_retrans()2720 return tp->lost_out != 0; in tcp_time_to_recover()2853 tp->lost_out = 0; in tcp_undo_cwnd_reduction()3161 if (!tp->lost_out) in tcp_simple_retransmit()[all …]
1278 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write()1789 tp->lost_out -= decr; in tcp_adjust_pcount()3760 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
97 tp->data_segs_out, tp->lost_out, tp->sacked_out, in print_tp()
227 u32 lost_out; /* Lost packets */ member
6592 __u32 lost_out; /* Lost packets */ member7052 __u32 lost_out; member
1494 return tp->sacked_out + tp->lost_out; in tcp_left_out()2681 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_warn_once()
7706 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access()7707 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access()11182 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access()11183 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()