Searched refs:ack_sample (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_vegas.h | 21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
|
D | tcp_veno.c | 73 const struct ack_sample *sample) in tcp_veno_pkts_acked()
|
D | tcp_vegas.c | 110 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_vegas_pkts_acked()
|
D | tcp_yeah.c | 60 const struct ack_sample *sample) in tcp_yeah_pkts_acked()
|
D | tcp_bic.c | 188 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
D | tcp_lp.c | 263 static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_lp_pkts_acked()
|
D | tcp_westwood.c | 103 const struct ack_sample *sample) in tcp_westwood_pkts_acked()
|
D | tcp_illinois.c | 85 static void tcp_illinois_acked(struct sock *sk, const struct ack_sample *sample) in tcp_illinois_acked()
|
D | tcp_htcp.c | 101 const struct ack_sample *sample) in measure_achieved_throughput()
|
D | tcp_nv.c | 239 static void tcpnv_acked(struct sock *sk, const struct ack_sample *sample) in tcpnv_acked()
|
D | tcp_cdg.c | 298 static void tcp_cdg_acked(struct sock *sk, const struct ack_sample *sample) in tcp_cdg_acked()
|
D | tcp_cubic.c | 429 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
D | tcp_input.c | 3227 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 974 struct ack_sample { struct 1027 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|