Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/ !
Dnf_conncount.c461 unsigned int tree, next_tree, gc_count = 0; in tree_gc_worker() local
502 next_tree = (tree + 1) % CONNCOUNT_SLOTS; in tree_gc_worker()
503 next_tree = find_next_bit(data->pending_trees, CONNCOUNT_SLOTS, next_tree); in tree_gc_worker()
505 if (next_tree < CONNCOUNT_SLOTS) { in tree_gc_worker()
506 data->gc_tree = next_tree; in tree_gc_worker()