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.c748 .features = NFT_SET_MAP | NFT_SET_OBJECT |
771 .features = NFT_SET_MAP | NFT_SET_OBJECT,
790 .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()
4274 NFT_SET_TIMEOUT | NFT_SET_OBJECT | \
4606 if (set->flags & NFT_SET_OBJECT && in nf_tables_fill_set()
5058 NFT_SET_OBJECT | NFT_SET_CONCAT | NFT_SET_EXPR)) in nf_tables_newset()
5061 if ((flags & (NFT_SET_MAP | NFT_SET_OBJECT)) == in nf_tables_newset()
5062 (NFT_SET_MAP | NFT_SET_OBJECT)) in nf_tables_newset()
5064 if ((flags & (NFT_SET_EVAL | NFT_SET_OBJECT)) == in nf_tables_newset()
5065 (NFT_SET_EVAL | NFT_SET_OBJECT)) in nf_tables_newset()
5097 if (!(flags & NFT_SET_OBJECT)) in nf_tables_newset()
5104 } else if (flags & NFT_SET_OBJECT) in nf_tables_newset()
[all …]
H A Dnft_set_pipapo.c2289 .features = NFT_SET_INTERVAL | NFT_SET_MAP | NFT_SET_OBJECT |
2313 .features = NFT_SET_INTERVAL | NFT_SET_MAP | NFT_SET_OBJECT |
H A Dnft_set_rbtree.c803 .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