Message ID | dec1ae17427085ae496aec54fa5ee4237b14a045.1729070999.git.tanggeliang@kylinos.cn (mailing list archive) |
---|---|
State | Superseded, archived |
Commit | 5ad76db0b5cba2e8c6d58114907496a41b63aa44 |
Headers | show |
Series | use bpf_iter in bpf schedulers | expand |
Context | Check | Description |
---|---|---|
matttbe/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
matttbe/shellcheck | success | MPTCP selftests files have not been modified |
matttbe/build | success | Build and static analysis OK |
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)