From: Geliang Tang <tanggeliang@kylinos.cn>
Please update the subject to
"bpf: Export mptcp packet scheduler helpers"
Remove bpf_mptcp_subflow_ctx_by_pos from BPF kfunc set.
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
---
net/mptcp/bpf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/mptcp/bpf.c b/net/mptcp/bpf.c
index 9f264b37ca94..ba36d624671d 100644
--- a/net/mptcp/bpf.c
+++ b/net/mptcp/bpf.c
@@ -292,7 +292,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.43.0