netfilter: nf_tables: get rid of possible_net_t from set and basechain
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 8 Jul 2016 12:41:49 +0000 (14:41 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 11 Jul 2016 10:16:04 +0000 (12:16 +0200)
commit42a55769132fdf4f44bac1471b371d7f80bcde35
tree80fff458230062a4ac2ff8159386627e0c30b6db
parentd51ed8367bcbbb06f4f4986d1ef7dc2480bed1ad
netfilter: nf_tables: get rid of possible_net_t from set and basechain

We can pass the netns pointer as parameter to the functions that need to
gain access to it. From basechains, I didn't find any client for this
field anymore so let's remove this too.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_hash.c
net/netfilter/nft_lookup.c
net/netfilter/nft_rbtree.c