summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-11-24 13:39:57 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-01-08 18:01:16 +0100
commit408070d6ee3490da63430bc8ce13348cf2eb47ea (patch)
treea2b8afc7b12124bcae8389cd77903ff7f8cc225d /include/net/netfilter
parent7a4473a31a6974c0fbf9afe80ef16ac5bc67cf79 (diff)
downloadop-kernel-dev-408070d6ee3490da63430bc8ce13348cf2eb47ea.zip
op-kernel-dev-408070d6ee3490da63430bc8ce13348cf2eb47ea.tar.gz
netfilter: nf_tables: add nft_set_is_anonymous() helper
Add helper function to test for the NFT_SET_ANONYMOUS flag. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_tables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index f6e4325..169b562 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -416,6 +416,11 @@ struct nft_set {
__attribute__((aligned(__alignof__(u64))));
};
+static inline bool nft_set_is_anonymous(const struct nft_set *set)
+{
+ return set->flags & NFT_SET_ANONYMOUS;
+}
+
static inline void *nft_set_priv(const struct nft_set *set)
{
return (void *)set->data;
OpenPOWER on IntegriCloud