Home
last modified time | relevance | path

Searched refs:NFT_SET_OBJECT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_objref.c143 if (!(set->flags & NFT_SET_OBJECT)) in nft_objref_map_init()
151 priv->binding.flags = set->flags & NFT_SET_OBJECT; in nft_objref_map_init()
H A Dnft_set_hash.c742 .features = NFT_SET_MAP | NFT_SET_OBJECT |
765 .features = NFT_SET_MAP | NFT_SET_OBJECT,
784 .features = NFT_SET_MAP | NFT_SET_OBJECT,
H A Dnft_dynset.c194 if (set->flags & NFT_SET_OBJECT) in nft_dynset_init()
H A Dnf_tables_api.c656 if (set->flags & (NFT_SET_MAP | NFT_SET_OBJECT)) in nft_delset()
4275 NFT_SET_TIMEOUT | NFT_SET_OBJECT | \
4607 if (set->flags & NFT_SET_OBJECT && in nf_tables_fill_set()
5059 NFT_SET_OBJECT | NFT_SET_CONCAT | NFT_SET_EXPR)) in nf_tables_newset()
5062 if ((flags & (NFT_SET_MAP | NFT_SET_OBJECT)) == in nf_tables_newset()
5063 (NFT_SET_MAP | NFT_SET_OBJECT)) in nf_tables_newset()
5065 if ((flags & (NFT_SET_EVAL | NFT_SET_OBJECT)) == in nf_tables_newset()
5066 (NFT_SET_EVAL | NFT_SET_OBJECT)) in nf_tables_newset()
5098 if (!(flags & NFT_SET_OBJECT)) in nf_tables_newset()
5105 } else if (flags & NFT_SET_OBJECT) in nf_tables_newset()
[all …]
H A Dnft_set_pipapo.c2285 .features = NFT_SET_INTERVAL | NFT_SET_MAP | NFT_SET_OBJECT |
2309 .features = NFT_SET_INTERVAL | NFT_SET_MAP | NFT_SET_OBJECT |
H A Dnft_set_rbtree.c800 .features = NFT_SET_INTERVAL | NFT_SET_MAP | NFT_SET_OBJECT | NFT_SET_TIMEOUT,
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h331 NFT_SET_OBJECT = 0x40, enumerator