Searched refs:dctcp_cwnd_undo (Results 1 – 2 of 2) sorted by relevance
243 __bpf_kfunc static u32 dctcp_cwnd_undo(struct sock *sk) in dctcp_cwnd_undo() function257 .undo_cwnd = dctcp_cwnd_undo,279 BTF_ID_FLAGS(func, dctcp_cwnd_undo)
20 extern u32 dctcp_cwnd_undo(struct sock *sk) __ksym;66 return dctcp_cwnd_undo(sk); in BPF_PROG()