Home
last modified time | relevance | path

Searched refs:ack_sample (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtcp_ca_kfunc.c28 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()
Dbpf_cc_cubic.c34 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()
Dbpf_cubic.c503 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
/linux-6.12.1/net/ipv4/
Dtcp_vegas.h21 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
Dtcp_veno.c74 const struct ack_sample *sample) in tcp_veno_pkts_acked()
Dtcp_vegas.c111 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_vegas_pkts_acked()
Dtcp_bic.c190 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked()
Dtcp_lp.c271 static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample) in tcp_lp_pkts_acked()
Dtcp_westwood.c104 const struct ack_sample *sample) in tcp_westwood_pkts_acked()
Dtcp_illinois.c86 static void tcp_illinois_acked(struct sock *sk, const struct ack_sample *sample) in tcp_illinois_acked()
Dbpf_tcp_ca.c279 static void bpf_tcp_ca_pkts_acked(struct sock *sk, const struct ack_sample *sample) in bpf_tcp_ca_pkts_acked()
Dtcp_htcp.c102 const struct ack_sample *sample) in measure_achieved_throughput()
Dtcp_nv.c239 static void tcpnv_acked(struct sock *sk, const struct ack_sample *sample) in tcpnv_acked()
Dtcp_cdg.c299 static void tcp_cdg_acked(struct sock *sk, const struct ack_sample *sample) in tcp_cdg_acked()
Dtcp_cubic.c448 __bpf_kfunc static void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) in cubictcp_acked()
Dtcp_input.c3512 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
/linux-6.12.1/include/net/
Dtcp.h1117 struct ack_sample { struct
1169 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);