summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-16 19:15:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-27 00:00:56 +0200
commitd0103158cf7c9190860dabd12b85ccad3c6e3455 (patch)
treefbb7c91901a0dc94724615ac15a1905b057cd634 /include/net/netfilter
parentae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5 (diff)
downloadop-kernel-dev-d0103158cf7c9190860dabd12b85ccad3c6e3455.zip
op-kernel-dev-d0103158cf7c9190860dabd12b85ccad3c6e3455.tar.gz
netfilter: nf_tables: merge exthdr expression into nft core
before: text data bss dec hex filename 5056 844 0 5900 170c net/netfilter/nft_exthdr.ko 102456 2316 401 105173 19ad5 net/netfilter/nf_tables.ko after: 106410 2392 401 109203 1aa93 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 d6a358a..cd6915b 100644
--- a/include/net/netfilter/nf_tables_core.h
+++ b/include/net/netfilter/nf_tables_core.h
@@ -12,6 +12,7 @@ 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;
+extern struct nft_expr_type nft_exthdr_type;
int nf_tables_core_module_init(void);
void nf_tables_core_module_exit(void);
OpenPOWER on IntegriCloud