Skip to content

Commit

Permalink
Squash to "bpf: Export mptcp packet scheduler helpers"
Browse files Browse the repository at this point in the history
Remove bpf_mptcp_subflow_ctx_by_pos from BPF kfunc set.

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang authored and intel-lab-lkp committed Dec 9, 2024
1 parent a538b4d commit eab4f70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mptcp/bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eab4f70

Please sign in to comment.