Searched refs:pkts_acked (Results 1 – 7 of 7) sorted by relevance
| /linux/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_illinois.c | 91 ca->acked = sample->pkts_acked; in tcp_illinois_acked() 337 .pkts_acked = tcp_illinois_acked,
|
| H A D | bpf_tcp_ca.c | 322 .pkts_acked = bpf_tcp_ca_pkts_acked,
|
| H A D | tcp_input.c | 3616 u32 pkts_acked = 0; in tcp_clean_rtx_queue() local 3672 pkts_acked += acked_pcount; in tcp_clean_rtx_queue() 3717 if (pkts_acked == 1 && fully_acked && !prior_sacked && in tcp_clean_rtx_queue() 3743 tcp_remove_reno_sacks(sk, pkts_acked, ece_ack); in tcp_clean_rtx_queue() 3772 if (icsk->icsk_ca_ops->pkts_acked) { in tcp_clean_rtx_queue() 3773 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue() 3778 icsk->icsk_ca_ops->pkts_acked(sk, &sample); in tcp_clean_rtx_queue()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_kfunc.c | 107 void BPF_PROG(pkts_acked, struct sock *sk, const struct ack_sample *sample) 125 .pkts_acked = (void *)pkts_acked, 100 BPF_PROG(pkts_acked,struct sock * sk,const struct ack_sample * sample) BPF_PROG() argument
|
| H A D | bpf_cc_cubic.c | 176 .pkts_acked = (void *)bpf_cubic_acked,
|
| H A D | bpf_cubic.c | 552 .pkts_acked = (void *)bpf_cubic_acked,
|