Home
last modified time | relevance | path

Searched refs:sacked_out (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_write_sk_pacing.c13 return tp->sacked_out + tp->lost_out; in tcp_left_out()
H A Dtest_sock_fields.c110 dst->sacked_out = src->sacked_out; in tpcpy()
H A Dbpf_cc_cubic.c72 __u32 pkts_in_flight = tp->packets_out - (tp->sacked_out + tp->lost_out) + tp->retrans_out; in tcp_update_pacing_rate()
/linux/net/ipv4/
H A Dtcp_input.c1293 tp->sacked_out, in tcp_check_sack_reordering()
1672 tp->sacked_out += pcount; in tcp_sacktag_one()
2239 if (!tp->sacked_out) in tcp_sacktag_write_queue()
2314 if (!tp->sacked_out) { in tcp_sacktag_write_queue()
2407 WARN_ON((int)tp->sacked_out < 0); in tcp_sacktag_write_queue()
2425 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
2426 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
2456 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack()
2459 tp->sacked_out += num_dupack; in tcp_add_reno_sack()
2461 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack()
[all …]
H A Dtcp_timer.c620 tp->sacked_out) { in tcp_retransmit_timer()
H A Dtcp_output.c1785 tp->sacked_out -= decr; in tcp_adjust_pcount()
1793 tp->sacked_out -= min_t(u32, tp->sacked_out, decr); in tcp_adjust_pcount()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c97 tp->data_segs_out, tp->lost_out, tp->sacked_out, in print_tp()
/linux/include/linux/
H A Dtcp.h228 u32 sacked_out; /* SACK'd packets */ member
/linux/tools/include/uapi/linux/
H A Dbpf.h6593 __u32 sacked_out; /* SACK'd packets */ member
7053 __u32 sacked_out; member
/linux/include/uapi/linux/
H A Dbpf.h6593 __u32 sacked_out; /* SACK'd packets */ member
7053 __u32 sacked_out; member
/linux/net/core/
H A Dfilter.c7709 case offsetof(struct bpf_tcp_sock, sacked_out): in bpf_tcp_sock_convert_ctx_access()
7710 BPF_TCP_SOCK_GET_COMMON(sacked_out); in bpf_tcp_sock_convert_ctx_access()
11185 case offsetof(struct bpf_sock_ops, sacked_out): in sock_ops_convert_ctx_access()
11186 SOCK_OPS_GET_TCP_SOCK_FIELD(sacked_out); in sock_ops_convert_ctx_access()