Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_dctcp.c183 __bpf_kfunc static void dctcp_state(struct sock *sk, u8 new_state) in dctcp_state() function
258 .set_state = dctcp_state,
280 BTF_ID_FLAGS(func, dctcp_state)
/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c21 extern void dctcp_state(struct sock *sk, u8 new_state) __ksym;
95 dctcp_state(sk, new_state); in BPF_PROG()