Searched refs:pkts_acked (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | tcp_yeah.c | 39 u32 pkts_acked; member 66 yeah->pkts_acked = sample->pkts_acked; in tcp_yeah_pkts_acked() 85 tp->snd_cwnd_cnt += yeah->pkts_acked; in tcp_yeah_cong_avoid() 92 yeah->pkts_acked = 1; in tcp_yeah_cong_avoid() 234 .pkts_acked = tcp_yeah_pkts_acked,
|
| D | tcp_htcp.c | 30 u16 pkts_acked; member 109 ca->pkts_acked = sample->pkts_acked; in measure_achieved_throughput() 124 ca->packetcount += sample->pkts_acked; in measure_achieved_throughput() 250 tp->snd_cwnd_cnt += ca->pkts_acked; in htcp_cong_avoid() 252 ca->pkts_acked = 1; in htcp_cong_avoid() 263 ca->pkts_acked = 1; in htcp_init() 294 .pkts_acked = measure_achieved_throughput,
|
| D | tcp_bic.c | 195 ca->delayed_ack += sample->pkts_acked - in bictcp_acked() 206 .pkts_acked = bictcp_acked,
|
| D | tcp_cdg.c | 311 if (sample->pkts_acked == 1 && ca->delack) { in tcp_cdg_acked() 318 } else if (sample->pkts_acked > 1 && ca->delack < 5) { in tcp_cdg_acked() 395 .pkts_acked = tcp_cdg_acked,
|
| D | tcp_illinois.c | 90 ca->acked = sample->pkts_acked; in tcp_illinois_acked() 334 .pkts_acked = tcp_illinois_acked,
|
| D | tcp_veno.c | 209 .pkts_acked = tcp_veno_pkts_acked,
|
| D | tcp_vegas.c | 312 .pkts_acked = tcp_vegas_pkts_acked,
|
| D | tcp_lp.c | 324 .pkts_acked = tcp_lp_pkts_acked,
|
| D | tcp_westwood.c | 285 .pkts_acked = tcp_westwood_pkts_acked,
|
| D | tcp_nv.c | 476 .pkts_acked = tcpnv_acked,
|
| D | tcp_cubic.c | 464 .pkts_acked = bictcp_acked,
|
| D | tcp_input.c | 3072 u32 pkts_acked = 0; in tcp_clean_rtx_queue() local 3130 pkts_acked += acked_pcount; in tcp_clean_rtx_queue() 3171 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue() 3197 tcp_remove_reno_sacks(sk, pkts_acked); in tcp_clean_rtx_queue() 3226 if (icsk->icsk_ca_ops->pkts_acked) { in tcp_clean_rtx_queue() 3227 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue() 3231 icsk->icsk_ca_ops->pkts_acked(sk, &sample); in tcp_clean_rtx_queue()
|
| /Linux-v4.19/include/net/ |
| D | tcp.h | 975 u32 pkts_acked; member 1027 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample); member
|