Home
last modified time | relevance | path

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

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