aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netfilter/nf_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 5d2b703efe1c..e9b97862bf52 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -436,7 +436,7 @@ struct nft_stats {
436 */ 436 */
437struct nft_base_chain { 437struct nft_base_chain {
438 struct nf_hook_ops ops[NFT_HOOK_OPS_MAX]; 438 struct nf_hook_ops ops[NFT_HOOK_OPS_MAX];
439 enum nft_chain_type type; 439 struct nf_chain_type *type;
440 u8 policy; 440 u8 policy;
441 struct nft_stats __percpu *stats; 441 struct nft_stats __percpu *stats;
442 struct nft_chain chain; 442 struct nft_chain chain;