Home
last modified time | relevance | path

Searched refs:nft_set_gc_interval (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/netfilter/
H A Dnft_set_hash.c406 nft_set_gc_interval(set)); in nft_rhash_gc()
420 nft_set_gc_interval(set)); in nft_rhash_gc_init()
H A Dnft_set_rbtree.c742 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) in nft_rbtree_commit()
H A Dnft_set_pipapo.c1819 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h656 static inline unsigned long nft_set_gc_interval(const struct nft_set *set) in nft_set_gc_interval() function