Searched refs:ack_sample (Results 1 – 17 of 17) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_kfunc.c | 28 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym; 100 void BPF_PROG(pkts_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
|
H A D | bpf_cc_cubic.c | 34 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym; 166 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
|
H A D | bpf_cubic.c | 503 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
|
/linux/net/ipv4/ |
H A D | tcp_vegas.h | 21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
|
H A D | tcp_veno.c | 74 const struct ack_sample *sample) in tcp_veno_pkts_acked()
|
H A D | tcp_bic.c | 190 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
|
H A D | tcp_vegas.c | 111 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_vegas_pkts_acked()
|
H A D | tcp_lp.c | 271 static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_lp_pkts_acked()
|
H A D | tcp_westwood.c | 104 const struct ack_sample *sample) in tcp_westwood_pkts_acked()
|
H A D | tcp_illinois.c | 86 static void tcp_illinois_acked(struct sock *sk, const struct ack_sample *sample) in tcp_illinois_acked()
|
H A D | bpf_tcp_ca.c | 279 static void bpf_tcp_ca_pkts_acked(struct sock *sk, const struct ack_sample *sample) in bpf_tcp_ca_pkts_acked()
|
H A D | tcp_htcp.c | 102 const struct ack_sample *sample) in measure_achieved_throughput()
|
H A D | tcp_nv.c | 239 static void tcpnv_acked(struct sock *sk, const struct ack_sample *sample) in tcpnv_acked()
|
H A D | tcp_cdg.c | 299 static void tcp_cdg_acked(struct sock *sk, const struct ack_sample *sample) in tcp_cdg_acked()
|
H A D | tcp_cubic.c | 448 __bpf_kfunc static void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) in cubictcp_acked()
|
H A D | tcp_input.c | 3512 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
|
/linux/include/net/ |
H A D | tcp.h | 1117 struct ack_sample { struct 1169 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
|