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

From: Daniel Xu
Date: Mon Sep 19 2022 - 15:44:59 EST


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