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

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

Completed in 115 milliseconds