netfilter: nf_tables: use net_generic infra for transaction data
This moves all nf_tables pernet data from struct net to a net_generic extension, with the exception of the gencursor. The latter is used in the data path and also outside of the nf_tables core. All others are only used from the configuration plane. Signed-off-by:Florian Westphal <fw@strlen.de> Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- include/net/netfilter/nf_tables.h 11 additions, 0 deletionsinclude/net/netfilter/nf_tables.h
- net/netfilter/nf_tables_api.c 200 additions, 113 deletionsnet/netfilter/nf_tables_api.c
- net/netfilter/nf_tables_offload.c 19 additions, 11 deletionsnet/netfilter/nf_tables_offload.c
- net/netfilter/nft_chain_filter.c 8 additions, 3 deletionsnet/netfilter/nft_chain_filter.c
- net/netfilter/nft_dynset.c 5 additions, 1 deletionnet/netfilter/nft_dynset.c
Loading
Please register or sign in to comment