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.c405 nft_set_gc_interval(set)); in nft_rhash_gc()
419 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/include/net/netfilter/
H A Dnf_tables.h650 static inline unsigned long nft_set_gc_interval(const struct nft_set *set) in nft_set_gc_interval() function