Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_dctcp.c243 __bpf_kfunc static u32 dctcp_cwnd_undo(struct sock *sk) in dctcp_cwnd_undo() function
257 .undo_cwnd = dctcp_cwnd_undo,
279 BTF_ID_FLAGS(func, dctcp_cwnd_undo)
/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c20 extern u32 dctcp_cwnd_undo(struct sock *sk) __ksym;
66 return dctcp_cwnd_undo(sk); in BPF_PROG()