[PATCH bpf-next v3 0/3] bpf: Small nf_conn cleanups

From: Daniel Xu
Date: Tue Sep 20 2022 - 10:19:26 EST


This patchset cleans up a few small things:

* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings

Past discussion:
- v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@xxxxxxxxx/

Changes since v2:
- Remove unused #include's
- Move #include <linux/filter.h> to .c

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 | 18 ------------------
net/core/filter.c | 18 +++++++++---------
net/netfilter/nf_conntrack_bpf.c | 5 +++--
4 files changed, 18 insertions(+), 29 deletions(-)

--
2.37.1