From: Geliang Tang <tanggeliang@kylinos.cn>
Remove mptcp_subflow_set_scheduled and bpf_mptcp_subflow_ctx_by_pos
from BPF kfunc set.
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
---
net/mptcp/bpf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/mptcp/bpf.c b/net/mptcp/bpf.c
index c6d2efc6cf0e..4aee81814c82 100644
--- a/net/mptcp/bpf.c
+++ b/net/mptcp/bpf.c
@@ -316,8 +316,6 @@ static const struct btf_kfunc_id_set bpf_mptcp_common_kfunc_set = {
};
BTF_KFUNCS_START(bpf_mptcp_sched_kfunc_ids)
-BTF_ID_FLAGS(func, mptcp_subflow_set_scheduled)
-BTF_ID_FLAGS(func, bpf_mptcp_subflow_ctx_by_pos)
BTF_ID_FLAGS(func, mptcp_subflow_active)
BTF_ID_FLAGS(func, mptcp_set_timeout)
BTF_ID_FLAGS(func, mptcp_wnd_end)
--
2.45.2