Home
last modified time | relevance | path

Searched refs:cubictcp_acked (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c28 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym;
102 cubictcp_acked(sk, sample); in BPF_PROG()
H A Dbpf_cc_cubic.c34 extern void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) __ksym;
168 cubictcp_acked(sk, sample); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_cubic.c448 __bpf_kfunc static void cubictcp_acked(struct sock *sk, const struct ack_sample *sample) in cubictcp_acked() function
483 .pkts_acked = cubictcp_acked,
494 BTF_ID_FLAGS(func, cubictcp_acked)