On Wed, Apr 21, 2021 at 09:50:58AM +0200, Florian Westphal wrote: > This change removes all xt_table pointers from struct net. > > v2: fix "no previous prototype for 'ipt_unregister_table'" warning > in patch 2. > > The various ip(6)table_foo incarnations are updated to expect > that the table is passed as 'void *priv' argument that netfilter core > passes to the hook functions. > > This reduces the struct net size by 2 cachelines on x86_64. Series applied, thanks.