Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c52 struct xt_connlimit_rb { struct
188 struct xt_connlimit_rb *gc_nodes[], in tree_nodes_free()
191 struct xt_connlimit_rb *rbconn; in tree_nodes_free()
206 struct xt_connlimit_rb *gc_nodes[CONNLIMIT_GC_MAX_NODES]; in count_tree()
208 struct xt_connlimit_rb *rbconn; in count_tree()
221 rbconn = container_of(*rbnode, struct xt_connlimit_rb, node); in count_tree()
401 struct xt_connlimit_rb *rbconn; in destroy_tree()
406 rbconn = container_of(node, struct xt_connlimit_rb, node); in destroy_tree()
460 sizeof(struct xt_connlimit_rb), in connlimit_mt_init()