Searched refs:lost_out (Results 1 – 12 of 12) sorted by relevance
21 return tp->sacked_out + tp->lost_out; in tcp_left_out()
106 dst->lost_out = src->lost_out; in tpcpy()
205 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited()
1100 if ((!tp->retransmit_skb_hint && tp->retrans_out >= tp->lost_out) || in tcp_verify_retransmit_hint()1134 tp->lost_out += tcp_skb_pcount(skb); in tcp_mark_skb_lost()1407 tp->lost_out -= pcount; in tcp_sacktag_one()1429 tp->lost_out -= pcount; in tcp_sacktag_one()2027 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()2041 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()2113 tp->lost_out = 0; in tcp_clear_retrans()2370 if (tp->lost_out) in tcp_time_to_recover()2561 tp->lost_out = 0; in tcp_undo_cwnd_reduction()2869 if (!tp->lost_out) in tcp_simple_retransmit()[all …]
1031 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write()1490 tp->lost_out -= decr; in tcp_adjust_pcount()3447 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
3824 info->tcpi_lost = tp->lost_out; in tcp_get_info()
340 u32 lost_out; /* Lost packets */ member
97 tp->data_segs_out, tp->lost_out, tp->sacked_out, in print_tp()
6246 __u32 lost_out; /* Lost packets */ member6661 __u32 lost_out; member
6249 __u32 lost_out; /* Lost packets */ member6664 __u32 lost_out; member
1220 return tp->sacked_out + tp->lost_out; in tcp_left_out()2262 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_rto_delta_us()
7183 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access()7184 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access()10635 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access()10636 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()