Home
last modified time | relevance | path

Searched refs:cubictcp_state (Results 1 – 3 of 3) 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.c28 extern void cubictcp_state(struct sock *sk, __u8 new_state) __ksym;
153 cubictcp_state(sk, new_state); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_cubic.c358 __bpf_kfunc static void cubictcp_state(struct sock *sk, u8 new_state) in cubictcp_state() function
482 .set_state = cubictcp_state,
494 BTF_ID_FLAGS(func, cubictcp_state)