[PATCH mptcp-next v10 8/9] Squash to "bpf: Export mptcp packet scheduler helpers"

Geliang Tang posted 9 patches 1 week, 5 days ago
There is a newer version of this series
[PATCH mptcp-next v10 8/9] Squash to "bpf: Export mptcp packet scheduler helpers"
Posted by Geliang Tang 1 week, 5 days ago
From: Geliang Tang <tanggeliang@kylinos.cn>

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 8a9c7a91dd7a..025b2af33f28 100644
--- a/net/mptcp/bpf.c
+++ b/net/mptcp/bpf.c
@@ -330,7 +330,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