aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-16 19:15:55 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-27 00:00:55 +0200
commitae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5 (patch)
treec5a84caae87513032d40423322e1af34fdfd7bd4 /include/net/netfilter
parentnetfilter: nf_tables: make meta expression builtin (diff)
downloadlinux-dev-ae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5.tar.xz
linux-dev-ae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5.zip
netfilter: nf_tables: merge rt expression into nft core
before: text data bss dec hex filename 2657 844 0 3501 dad net/netfilter/nft_rt.ko 100826 2240 401 103467 1942b net/netfilter/nf_tables.ko after: 2657 844 0 3501 dad net/netfilter/nft_rt.ko 102456 2316 401 105173 19ad5 net/netfilter/nf_tables.ko Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_tables_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_tables_core.h b/include/net/netfilter/nf_tables_core.h
index 3339cce8f585..d6a358ae3749 100644
--- a/include/net/netfilter/nf_tables_core.h
+++ b/include/net/netfilter/nf_tables_core.h
@@ -11,6 +11,7 @@ extern struct nft_expr_type nft_payload_type;
extern struct nft_expr_type nft_dynset_type;
extern struct nft_expr_type nft_range_type;
extern struct nft_expr_type nft_meta_type;
+extern struct nft_expr_type nft_rt_type;
int nf_tables_core_module_init(void);
void nf_tables_core_module_exit(void);