Searched refs:ack_sample (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/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 | 271 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 | 445 static void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) in cubictcp_acked()
|
D | tcp_input.c | 3383 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 129 struct ack_sample { struct 176 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 500 const struct ack_sample *sample) in BPF_STRUCT_OPS()
|
/Linux-v5.15/include/net/ |
D | tcp.h | 1015 struct ack_sample { struct 1064 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|