Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c188 struct xt_connlimit_rb *gc_nodes[], in tree_nodes_free() argument
194 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()
206 struct xt_connlimit_rb *gc_nodes[CONNLIMIT_GC_MAX_NODES]; in count_tree() local
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()
255 tree_nodes_free(root, gc_nodes, gc_count); in count_tree()