Home
last modified time | relevance | path

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

/net/netfilter/
A Dnf_conncount.c135 if ((u32)jiffies == list->last_gc) in __nf_conncount_add()
197 list->last_gc = (u32)jiffies; in __nf_conncount_add()
222 list->last_gc = (u32)jiffies; in nf_conncount_list_init()
237 if ((u32)jiffies == READ_ONCE(list->last_gc)) in nf_conncount_gc_list()
271 list->last_gc = (u32)jiffies; in nf_conncount_gc_list()
A Dnft_set_rbtree.c22 unsigned long last_gc; member
679 priv->last_gc = jiffies; in nft_rbtree_gc()
740 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set))) in nft_rbtree_commit()
748 priv->last_gc = jiffies; in nft_rbtree_gc_init()
A Dnft_set_pipapo.h164 unsigned long last_gc; member
A Dnft_set_pipapo.c1717 priv->last_gc = jiffies;
1780 if (time_after_eq(jiffies, priv->last_gc + nft_set_gc_interval(set)))
2321 priv->last_gc = jiffies;

Completed in 16 milliseconds