Searched refs:ack_sample (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | tcp_vegas.h | 21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
|
| D | tcp_veno.c | 74 const struct ack_sample *sample) in tcp_veno_pkts_acked()
|
| D | tcp_vegas.c | 111 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_vegas_pkts_acked()
|
| D | tcp_yeah.c | 61 const struct ack_sample *sample) in tcp_yeah_pkts_acked()
|
| D | tcp_bic.c | 189 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
| D | tcp_lp.c | 264 static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_lp_pkts_acked()
|
| D | tcp_westwood.c | 104 const struct ack_sample *sample) in tcp_westwood_pkts_acked()
|
| D | tcp_illinois.c | 86 static void tcp_illinois_acked(struct sock *sk, const struct ack_sample *sample) in tcp_illinois_acked()
|
| D | tcp_htcp.c | 102 const struct ack_sample *sample) in measure_achieved_throughput()
|
| D | tcp_nv.c | 240 static void tcpnv_acked(struct sock *sk, const struct ack_sample *sample) in tcpnv_acked()
|
| D | tcp_cdg.c | 299 static void tcp_cdg_acked(struct sock *sk, const struct ack_sample *sample) in tcp_cdg_acked()
|
| D | tcp_cubic.c | 430 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
| D | tcp_input.c | 3236 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
|
| /Linux-v5.4/include/net/ |
| D | tcp.h | 996 struct ack_sample { struct 1049 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|