netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Florian Westphal <fw@strlen.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nf-next 0/4] netfilter: remove obsolete hook wrappers
Date: Thu, 14 Oct 2021 23:02:29 +0200	[thread overview]
Message-ID: <YWia5Qd69YiHea6P@salvia> (raw)
In-Reply-To: <20211011151514.6580-1-fw@strlen.de>

On Mon, Oct 11, 2021 at 05:15:09PM +0200, Florian Westphal wrote:
> An earlier series, starting with
> commit a4aeafa28cf706f65f ("netfilter: xt_nat: pass table to hookfn"),
> converted the x_tables table implementations to store the hook blob in
> the ->priv pointer that gets passed to the hook function.
> 
> Before this, the blobs were stored in struct net, so each table
> required its own wrapper to fetch the correct table blob.
> 
> Nowadays, allmost all hook functions in x_table land just call the hook
> evaluation loop.
> 
> This series converts the table evaluation loop so it can be used directly,
> then removes most of the wrappers.

Series applied, thanks

      parent reply	other threads:[~2021-10-14 21:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11 15:15 [PATCH nf-next 0/4] netfilter: remove obsolete hook wrappers Florian Westphal
2021-10-11 15:15 ` [PATCH nf-next 1/4] netfilter: iptables: allow use of ipt_do_table as hookfn Florian Westphal
2021-10-11 15:15 ` [PATCH nf-next 1/4] netfilter: ipv4: " Florian Westphal
2021-10-11 15:15 ` [PATCH nf-next 2/4] netfilter: arp_tables: allow use of arpt_do_table " Florian Westphal
2021-10-11 15:15 ` [PATCH nf-next 3/4] netfilter: ip6tables: allow use of ip6t_do_table " Florian Westphal
2021-10-11 15:15 ` [PATCH nf-next 4/4] netfilter: ebtables: allow use of ebt_do_table " Florian Westphal
2021-10-14 21:02 ` Pablo Neira Ayuso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YWia5Qd69YiHea6P@salvia \
    --to=pablo@netfilter.org \
    --cc=fw@strlen.de \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).