mbox series

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

Message ID cover.1663616584.git.dxu@dxuuu.xyz (mailing list archive)
Headers show
Series bpf: Small nf_conn cleanups | expand

Message

Daniel Xu Sept. 19, 2022, 7:44 p.m. UTC
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(-)