aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter/nft_masq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/nft_masq.h')
-rw-r--r--include/net/netfilter/nft_masq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netfilter/nft_masq.h b/include/net/netfilter/nft_masq.h
index c72729f954f4..e2a518b60e19 100644
--- a/include/net/netfilter/nft_masq.h
+++ b/include/net/netfilter/nft_masq.h
@@ -13,4 +13,7 @@ int nft_masq_init(const struct nft_ctx *ctx,
int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr);
+int nft_masq_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
+ const struct nft_data **data);
+
#endif /* _NFT_MASQ_H_ */