From 38703b0137906d023f86a01a4efa4cdca8845bdb Mon Sep 17 00:00:00 2001 From: Geliang Tang Date: Wed, 10 Jul 2024 21:46:10 +0800 Subject: [PATCH] Squash to "bpf: Export more bpf_burst related functions" Allow mptcp_snd_nxt() helper to be accessed in BPF. Signed-off-by: Geliang Tang --- net/mptcp/bpf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/mptcp/bpf.c b/net/mptcp/bpf.c index 9672a70c24b004..9c72f080e7eea2 100644 --- a/net/mptcp/bpf.c +++ b/net/mptcp/bpf.c @@ -229,6 +229,7 @@ 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) +BTF_ID_FLAGS(func, mptcp_snd_nxt) BTF_ID_FLAGS(func, tcp_stream_memory_free) BTF_ID_FLAGS(func, bpf_mptcp_subflow_queues_empty) BTF_ID_FLAGS(func, mptcp_pm_subflow_chk_stale)