]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: provide nft_ctx in object init function
authorFlorian Westphal <fw@strlen.de>
Wed, 8 Mar 2017 15:48:43 +0000 (16:48 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 13 Mar 2017 12:42:00 +0000 (13:42 +0100)
commit920a79747e0e3b6d9e3d79f4b65f1afb2aedde03
treef466214811e3a0002a7ca3e4b23a8f1d5c43f72f
parentfc2377154fb26b692f102d8a28234d3ea86e1ca0
netfilter: provide nft_ctx in object init function

this is needed by the upcoming ct helper object type --
we'd like to be able use the table family (ip, ip6, inet) to figure
out which helper has to be requested.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_counter.c
net/netfilter/nft_quota.c