Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnft_set_rbtree.c417 if (!nft_set_elem_mark_busy(&rbe->ext) || in nft_rbtree_flush()
519 if (nft_set_elem_mark_busy(&rbe->ext)) in nft_rbtree_gc()
Dnft_set_hash.c199 if (!nft_set_elem_mark_busy(&he->ext) || in nft_rhash_flush()
343 if (nft_set_elem_mark_busy(&he->ext)) in nft_rhash_gc()
Dnft_set_pipapo.c1566 !nft_set_elem_mark_busy(&e->ext)) {
Dnf_tables_api.c5703 nft_set_elem_mark_busy(ext)) in nft_set_catchall_gc()
5793 nft_set_elem_mark_busy(ext)) in nft_setelem_catchall_deactivate()
6506 nft_set_elem_mark_busy(ext)) in nft_set_catchall_flush()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1506 static inline int nft_set_elem_mark_busy(struct nft_set_ext *ext) in nft_set_elem_mark_busy() function