Searched refs:ack_sample (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/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_bic.c | 190 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 | 454 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
D | tcp_input.c | 3329 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 123 struct ack_sample { struct 170 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 500 const struct ack_sample *sample) in BPF_STRUCT_OPS()
|
/Linux-v5.10/include/net/ |
D | tcp.h | 1025 struct ack_sample { struct 1078 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|