Searched refs:lost_out (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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-6.15/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 | 1428 tp->lost_out -= pcount; in tcp_sacktag_one() 1450 tp->lost_out -= pcount; in tcp_sacktag_one() 2048 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue() 2062 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked() 2134 tp->lost_out = 0; in tcp_clear_retrans() 2390 if (tp->lost_out) in tcp_time_to_recover() 2581 tp->lost_out = 0; in tcp_undo_cwnd_reduction() 2891 if (!tp->lost_out) in tcp_simple_retransmit() 3415 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue() 3536 if (tp->lost_out) { in tcp_clean_rtx_queue() [all …]
|
| H A D | tcp_output.c | 1086 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write() 1551 tp->lost_out -= decr; in tcp_adjust_pcount() 3520 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
|
| H A D | tcp.c | 4175 info->tcpi_lost = tp->lost_out; in tcp_get_info() 5033 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, lost_out); in tcp_struct_check()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 114 u32 lost_out read_mostly read_mostly tcp_l…
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | tcp.h | 222 u32 lost_out; /* Lost packets */ member
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6400 __u32 lost_out; /* Lost packets */ member 6835 __u32 lost_out; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6400 __u32 lost_out; /* Lost packets */ member 6835 __u32 lost_out; member
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 1358 return tp->sacked_out + tp->lost_out; in tcp_left_out() 2512 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_warn_once()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 7301 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access() 7302 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access() 10770 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access() 10771 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()
|