Home
last modified time | relevance | path

Searched refs:nft_set_elem_mark_busy (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/netfilter/
Dnft_set_rbtree.c413 if (!nft_set_elem_mark_busy(&rbe->ext) || in nft_rbtree_flush()
515 if (nft_set_elem_mark_busy(&rbe->ext)) in nft_rbtree_gc()
Dnft_set_hash.c197 if (!nft_set_elem_mark_busy(&he->ext) || in nft_rhash_flush()
341 if (nft_set_elem_mark_busy(&he->ext)) in nft_rhash_gc()
Dnft_set_pipapo.c1557 !nft_set_elem_mark_busy(&e->ext)) {
Dnf_tables_api.c5514 nft_set_elem_mark_busy(ext)) in nft_set_catchall_gc()
5604 nft_set_elem_mark_busy(ext)) in nft_setelem_catchall_deactivate()
6244 nft_set_elem_mark_busy(ext)) in nft_set_catchall_flush()
/Linux-v5.15/include/net/netfilter/
Dnf_tables.h1440 static inline int nft_set_elem_mark_busy(struct nft_set_ext *ext) in nft_set_elem_mark_busy() function