Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c62 struct rb_root climit_root6[CONNLIMIT_SLOTS]; member
301 root = &data->climit_root6[hash]; in count_them()
392 for (i = 0; i < ARRAY_SIZE(info->data->climit_root6); ++i) in connlimit_mt_check()
393 info->data->climit_root6[i] = RB_ROOT; in connlimit_mt_check()
426 for (i = 0; i < ARRAY_SIZE(info->data->climit_root6); ++i) in connlimit_mt_destroy()
427 destroy_tree(&info->data->climit_root6[i]); in connlimit_mt_destroy()