/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_htcp.c | 31 u16 pkts_acked; member 110 ca->pkts_acked = sample->pkts_acked; in measure_achieved_throughput() 125 ca->packetcount += sample->pkts_acked; in measure_achieved_throughput() 251 tp->snd_cwnd_cnt += ca->pkts_acked; in htcp_cong_avoid() 253 ca->pkts_acked = 1; in htcp_cong_avoid() 264 ca->pkts_acked = 1; in htcp_init() 295 .pkts_acked = measure_achieved_throughput,
|
H A D | tcp_bic.c | 197 ca->delayed_ack += sample->pkts_acked - in bictcp_acked() 208 .pkts_acked = bictcp_acked,
|
H A D | tcp_cdg.c | 312 if (sample->pkts_acked == 1 && ca->delack) { in tcp_cdg_acked() 319 } else if (sample->pkts_acked > 1 && ca->delack < 5) { in tcp_cdg_acked() 398 .pkts_acked = tcp_cdg_acked,
|
H A D | tcp_illinois.c | 91 ca->acked = sample->pkts_acked; in tcp_illinois_acked() 335 .pkts_acked = tcp_illinois_acked,
|
H A D | tcp_yeah.c | 216 .pkts_acked = tcp_vegas_pkts_acked,
|
H A D | tcp_veno.c | 213 .pkts_acked = tcp_veno_pkts_acked,
|
H A D | bpf_tcp_ca.c | 18 offsetof(struct tcp_congestion_ops, pkts_acked),
|
H A D | tcp_westwood.c | 286 .pkts_acked = tcp_westwood_pkts_acked,
|
H A D | tcp_vegas.c | 313 .pkts_acked = tcp_vegas_pkts_acked,
|
H A D | tcp_lp.c | 19 * pkts_acked, as mentioned within pseudo code. 258 * Implementation of pkts_acked. 325 .pkts_acked = tcp_lp_pkts_acked,
|
H A D | tcp_nv.c | 477 .pkts_acked = tcpnv_acked,
|
H A D | tcp_cubic.c | 490 .pkts_acked = bictcp_acked,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_htcp.c | 31 u16 pkts_acked; member 110 ca->pkts_acked = sample->pkts_acked; in measure_achieved_throughput() 125 ca->packetcount += sample->pkts_acked; in measure_achieved_throughput() 251 tp->snd_cwnd_cnt += ca->pkts_acked; in htcp_cong_avoid() 253 ca->pkts_acked = 1; in htcp_cong_avoid() 264 ca->pkts_acked = 1; in htcp_init() 295 .pkts_acked = measure_achieved_throughput,
|
H A D | tcp_bic.c | 197 ca->delayed_ack += sample->pkts_acked - in bictcp_acked() 208 .pkts_acked = bictcp_acked,
|
H A D | tcp_cdg.c | 312 if (sample->pkts_acked == 1 && ca->delack) { in tcp_cdg_acked() 319 } else if (sample->pkts_acked > 1 && ca->delack < 5) { in tcp_cdg_acked() 398 .pkts_acked = tcp_cdg_acked,
|
H A D | tcp_illinois.c | 91 ca->acked = sample->pkts_acked; in tcp_illinois_acked() 337 .pkts_acked = tcp_illinois_acked,
|
H A D | tcp_veno.c | 213 .pkts_acked = tcp_veno_pkts_acked,
|
H A D | tcp_yeah.c | 216 .pkts_acked = tcp_vegas_pkts_acked,
|
H A D | tcp_westwood.c | 287 .pkts_acked = tcp_westwood_pkts_acked,
|
H A D | tcp_vegas.c | 314 .pkts_acked = tcp_vegas_pkts_acked,
|
H A D | tcp_lp.c | 19 * pkts_acked, as mentioned within pseudo code. 265 * Implementation of pkts_acked. 332 .pkts_acked = tcp_lp_pkts_acked,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 124 __u32 pkts_acked; member 170 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample); member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 135 __u32 pkts_acked; member 181 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample); member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 543 .pkts_acked = (void *)bictcp_acked,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 540 .pkts_acked = (void *)bpf_cubic_acked,
|