Searched refs:lost_out (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_write_sk_pacing.c | 13 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 | 72 __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_input.c | 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() 2494 tp->lost_out = 0; in tcp_clear_retrans() 2719 return tp->lost_out != 0; in tcp_time_to_recover() 2852 tp->lost_out = 0; in tcp_undo_cwnd_reduction() 3160 if (!tp->lost_out) in tcp_simple_retransmit() [all …]
|
| H A D | tcp_output.c | 1265 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write() 1766 tp->lost_out -= decr; in tcp_adjust_pcount() 3762 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
|
| H A D | tcp.c | 1124 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited() 4321 info->tcpi_lost = tp->lost_out; in tcp_get_info() 5190 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, lost_out); in tcp_struct_check()
|
| /linux/include/linux/ |
| H A D | tcp.h | 227 u32 lost_out; /* Lost packets */ member
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 127 u32 lost_out read_mostly read_mostly tcp_l…
|
| /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 | 6487 __u32 lost_out; /* Lost packets */ 6936 __u32 lost_out; 6459 __u32 lost_out; /* Lost packets */ global() member 6908 __u32 lost_out; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6487 __u32 lost_out; /* Lost packets */ 6936 __u32 lost_out; 6459 __u32 lost_out; /* Lost packets */ global() member 6908 __u32 lost_out; global() member
|
| /linux/include/net/ |
| H A D | tcp.h | 1436 return tp->sacked_out + tp->lost_out; in tcp_left_out() 2613 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_warn_once()
|
| /linux/net/core/ |
| H A D | filter.c | 7424 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access() 7425 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access() 10902 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access() 10903 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()
|