Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c29 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym;
107 void BPF_PROG(pkts_acked, struct sock *sk, const struct ack_sample *sample)
H A Dbpf_cc_cubic.c30 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym;
157 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
H A Dbpf_cubic.c507 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_illinois.c86 static void tcp_illinois_acked(struct sock *sk, const struct ack_sample *sample) in tcp_illinois_acked()
H A Dbpf_tcp_ca.c283 static void bpf_tcp_ca_pkts_acked(struct sock *sk, const struct ack_sample *sample) in bpf_tcp_ca_pkts_acked()
H A Dtcp_htcp.c102 const struct ack_sample *sample) in measure_achieved_throughput()
H A Dtcp_input.c3773 struct ack_sample sample = { .pkts_acked = pkts_acked, in tcp_clean_rtx_queue()
/linux/include/net/
H A Dtcp.h1292 struct ack_sample { struct
1362 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);