/fs/qnx6/

packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/netfilter
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-01-18 18:30:07 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-08 14:16:18 +0100
commit5cb82a38c6b5152b1deaba0c1596ce63222a4710 (patch)
tree4db9ca61c200bd5ebfad723272b1bb3a607af485 /net/netfilter
parentc078ca3b0c5bf82c2b31906c446d6e2ad8ea0783 (diff)
netfilter: nf_tables: pass netns to set->ops->remove()
This new parameter is required by the new bitmap set type that comes in a follow up patch. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nf_tables_api.c6
-rw-r--r--net/netfilter/nft_set_hash.c3
-rw-r--r--net/netfilter/nft_set_rbtree.c3
3 files changed, 7 insertions, 5 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c