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

Daniel Xu posted 3 patches 3 years, 6 months ago
There is a newer version of this series
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(-)
[PATCH bpf-next v2 0/3] bpf: Small nf_conn cleanups
Posted by Daniel Xu 3 years, 6 months ago
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