Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c61 struct rb_root climit_root4[CONNLIMIT_SLOTS]; member
304 root = &data->climit_root4[hash]; in count_them()
390 for (i = 0; i < ARRAY_SIZE(info->data->climit_root4); ++i) in connlimit_mt_check()
391 info->data->climit_root4[i] = RB_ROOT; in connlimit_mt_check()
424 for (i = 0; i < ARRAY_SIZE(info->data->climit_root4); ++i) in connlimit_mt_destroy()
425 destroy_tree(&info->data->climit_root4[i]); in connlimit_mt_destroy()