Home
last modified time | relevance | path

Searched refs:cubictcp_state (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c26 extern void cubictcp_state(struct sock *sk, u8 new_state) __ksym;
96 cubictcp_state(sk, new_state); in BPF_PROG()
H A Dbpf_cc_cubic.c32 extern void cubictcp_state(struct sock *sk, __u8 new_state) __ksym;
162 cubictcp_state(sk, new_state); in BPF_PROG()