Searched refs:lost_out (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_write_sk_pacing.c | 15 return tp->sacked_out + tp->lost_out; in tcp_left_out()
|
H A D | test_sock_fields.c | 109 dst->lost_out = src->lost_out; in tpcpy()
|
H A D | bpf_cc_cubic.c | 81 __u32 pkts_in_flight = tp->packets_out - (tp->sacked_out + tp->lost_out) + tp->retrans_out; in tcp_cwnd_reduction()
|
/linux/net/ipv4/ |
H A D | tcp_rate.c | 205 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited()
|
H A D | tcp_input.c | 1111 if ((!tp->retransmit_skb_hint && tp->retrans_out >= tp->lost_out) || in tcp_verify_retransmit_hint() 1145 tp->lost_out += tcp_skb_pcount(skb); in tcp_mark_skb_lost() 1418 tp->lost_out -= pcount; in tcp_sacktag_one() 1440 tp->lost_out -= pcount; in tcp_sacktag_one() 2038 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue() 2052 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked() 2124 tp->lost_out = 0; in tcp_clear_retrans() 2381 if (tp->lost_out) in tcp_time_to_recover() 2572 tp->lost_out = 0; in tcp_undo_cwnd_reduction() 2880 if (!tp->lost_out) in tcp_simple_retransmit() [all …]
|
H A D | tcp_output.c | 1075 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write() 1540 tp->lost_out -= decr; in tcp_adjust_pcount() 3510 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
|
H A D | tcp.c | 4128 info->tcpi_lost = tp->lost_out; in tcp_get_info() 4977 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, lost_out); in tcp_struct_check()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 97 tp->data_segs_out, tp->lost_out, tp->sacked_out, in print_tp()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 6379 __u32 lost_out; /* Lost packets */ member 6814 __u32 lost_out; member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6379 __u32 lost_out; /* Lost packets */ member 6814 __u32 lost_out; member
|
/linux/include/net/ |
H A D | tcp.h | 1288 return tp->sacked_out + tp->lost_out; in tcp_left_out() 2440 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_warn_once()
|
/linux/net/core/ |
H A D | filter.c | 7234 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access() 7235 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access() 10697 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access() 10698 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()
|