[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1663616584.git.dxu@dxuuu.xyz>
Date: Mon, 19 Sep 2022 13:44:34 -0600
From: Daniel Xu <dxu@...uu.xyz>
To: bpf@...r.kernel.org, ast@...nel.org, daniel@...earbox.net,
andrii@...nel.org, memxor@...il.com, martin.lau@...ux.dev
Cc: Daniel Xu <dxu@...uu.xyz>, pablo@...filter.org, fw@...len.de,
toke@...nel.org, netfilter-devel@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH bpf-next v2 0/3] bpf: Small nf_conn cleanups
This patchset cleans up a few small things:
* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings
Daniel Xu (3):
bpf: Remove unused btf_struct_access stub
bpf: Rename nfct_bsa to nfct_btf_struct_access
bpf: Move nf_conn extern declarations to filter.h
include/linux/filter.h | 6 ++++++
include/net/netfilter/nf_conntrack_bpf.h | 17 +----------------
net/core/filter.c | 18 +++++++++---------
net/netfilter/nf_conntrack_bpf.c | 4 ++--
4 files changed, 18 insertions(+), 27 deletions(-)
--
2.37.1
Powered by blists - more mailing lists