Searched refs:sacked_out (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp_recovery.c | 16 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd() 222 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
|
| H A D | tcp_input.c | 1110 tp->sacked_out, in tcp_check_sack_reordering() 1456 tp->sacked_out += pcount; in tcp_sacktag_one() 1879 if (!tp->sacked_out) in tcp_sacktag_write_queue() 1954 if (!tp->sacked_out) { in tcp_sacktag_write_queue() 2118 tp->sacked_out = 0; in tcp_remove_reno_sacks() 2128 tp->sacked_out = 0; in tcp_reset_reno_sack() 2137 tp->sacked_out = 0; in tcp_clear_retrans() 2179 tp->sacked_out = 0; in tcp_timeout_mark_lost() 3082 tp->sacked_out = 0; in tcp_fastretrans_alert() 3541 if (tp->sacked_out) { in tcp_clean_rtx_queue() [all …]
|
| H A D | tcp_cdg.c | 311 if (tp->sacked_out == 0) { in tcp_cdg_acked()
|
| H A D | tcp_timer.c | 614 tp->sacked_out) { in tcp_retransmit_timer()
|
| H A D | tcp_output.c | 1547 tp->sacked_out -= decr; in tcp_adjust_pcount() 1555 tp->sacked_out -= min_t(u32, tp->sacked_out, decr); in tcp_adjust_pcount()
|
| H A D | tcp.c | 3396 tp->sacked_out = 0; in tcp_disconnect() 4173 info->tcpi_sacked = tp->sacked_out; in tcp_get_info() 5034 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_txrx, sacked_out); in tcp_struct_check()
|
| /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 | 110 dst->sacked_out = src->sacked_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/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 115 u32 sacked_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 | 223 u32 sacked_out; /* SACK'd packets */ member
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6401 __u32 sacked_out; /* SACK'd packets */ member 6836 __u32 sacked_out; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6401 __u32 sacked_out; /* SACK'd packets */ member 6836 __u32 sacked_out; member
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 1358 return tp->sacked_out + tp->lost_out; in tcp_left_out() 2189 if (!tp->sacked_out) in tcp_highest_sack_seq() 2511 tcp_sk(sk)->packets_out, tcp_sk(sk)->sacked_out, in tcp_warn_once()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 7304 case offsetof(struct bpf_tcp_sock, sacked_out): in bpf_tcp_sock_convert_ctx_access() 7305 BPF_TCP_SOCK_GET_COMMON(sacked_out); in bpf_tcp_sock_convert_ctx_access() 10773 case offsetof(struct bpf_sock_ops, sacked_out): in sock_ops_convert_ctx_access() 10774 SOCK_OPS_GET_TCP_SOCK_FIELD(sacked_out); in sock_ops_convert_ctx_access()
|