aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netfilter/nf_tables.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index f491243ff58b..7251f2034e30 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -114,9 +114,10 @@ static inline enum nft_registers nft_type_to_reg(enum nft_data_types type)
114 114
115int nft_validate_input_register(enum nft_registers reg); 115int nft_validate_input_register(enum nft_registers reg);
116int nft_validate_output_register(enum nft_registers reg); 116int nft_validate_output_register(enum nft_registers reg);
117int nft_validate_data_load(const struct nft_ctx *ctx, enum nft_registers reg, 117int nft_validate_register_store(const struct nft_ctx *ctx,
118 const struct nft_data *data, 118 enum nft_registers reg,
119 enum nft_data_types type, unsigned int len); 119 const struct nft_data *data,
120 enum nft_data_types type, unsigned int len);
120 121
121 122
122/** 123/**