Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c191 struct xt_connlimit_rb *rbconn; in tree_nodes_free() local
194 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()
195 rb_erase(&rbconn->node, root); in tree_nodes_free()
196 kmem_cache_free(connlimit_rb_cachep, rbconn); in tree_nodes_free()
208 struct xt_connlimit_rb *rbconn; in count_tree() local
221 rbconn = container_of(*rbnode, struct xt_connlimit_rb, node); in count_tree()
224 diff = same_source_net(addr, mask, &rbconn->addr, family); in count_tree()
232 count = check_hlist(net, &rbconn->hhead, tuple, zone, &addit); in count_tree()
238 if (!add_hlist(&rbconn->hhead, tuple, addr)) in count_tree()
248 check_hlist(net, &rbconn->hhead, tuple, zone, &addit); in count_tree()
[all …]