unix_table
struct unix_table table;
static struct ctl_table unix_table[] = {
table = unix_table;
table = kmemdup(unix_table, sizeof(unix_table), GFP_KERNEL);
ARRAY_SIZE(unix_table));