Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c189 unsigned int gc_count) in tree_nodes_free() argument
193 while (gc_count) { in tree_nodes_free()
194 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()
210 unsigned int gc_count; in count_tree() local
214 gc_count = 0; in count_tree()
234 tree_nodes_free(root, gc_nodes, gc_count); in count_tree()
244 if (no_gc || gc_count >= ARRAY_SIZE(gc_nodes)) in count_tree()
250 gc_nodes[gc_count++] = rbconn; in count_tree()
253 if (gc_count) { in count_tree()
255 tree_nodes_free(root, gc_nodes, gc_count); in count_tree()