Home
last modified time | relevance | path

Searched refs:pkts_acked (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_htcp.c31 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 Dtcp_bic.c197 ca->delayed_ack += sample->pkts_acked - in bictcp_acked()
208 .pkts_acked = bictcp_acked,
H A Dtcp_cdg.c312 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 Dtcp_illinois.c91 ca->acked = sample->pkts_acked; in tcp_illinois_acked()
335 .pkts_acked = tcp_illinois_acked,
H A Dtcp_veno.c213 .pkts_acked = tcp_veno_pkts_acked,
H A Dtcp_yeah.c216 .pkts_acked = tcp_vegas_pkts_acked,
H A Dtcp_vegas.c313 .pkts_acked = tcp_vegas_pkts_acked,
H A Dbpf_tcp_ca.c18 offsetof(struct tcp_congestion_ops, pkts_acked),
H A Dtcp_westwood.c286 .pkts_acked = tcp_westwood_pkts_acked,
H A Dtcp_lp.c325 .pkts_acked = tcp_lp_pkts_acked,
H A Dtcp_nv.c477 .pkts_acked = tcpnv_acked,
H A Dtcp_cubic.c490 .pkts_acked = bictcp_acked,
H A Dtcp_input.c3222 u32 pkts_acked = 0; in tcp_clean_rtx_queue() local
3278 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()
3325 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue()
3351 tcp_remove_reno_sacks(sk, pkts_acked, ece_ack); in tcp_clean_rtx_queue()
3381 if (icsk->icsk_ca_ops->pkts_acked) { in tcp_clean_rtx_queue()
3382 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
3386 icsk->icsk_ca_ops->pkts_acked(sk, &sample); in tcp_clean_rtx_queue()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h124 __u32 pkts_acked; member
170 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample); member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c543 .pkts_acked = (void *)bictcp_acked,
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1033 u32 pkts_acked; member
1085 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample); member