Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_hash.c496 nft_set_gc_interval(set)); in nft_rhash_gc()
510 nft_set_gc_interval(set)); in nft_rhash_gc_init()
H A Dnft_set_rbtree.c1056 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) in nft_rbtree_commit()
H A Dnft_set_pipapo.c1838 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
/linux/include/net/netfilter/
H A Dnf_tables.h646 static inline unsigned long nft_set_gc_interval(const struct nft_set *set) in nft_set_gc_interval() function