Lines Matching defs:table
76 struct ctl_table *table;
78 table = smc_table;
82 table = kmemdup(table, sizeof(smc_table), GFP_KERNEL);
83 if (!table)
87 table[i].data += (void *)net - (void *)&init_net;
90 net->smc.smc_hdr = register_net_sysctl_sz(net, "net/smc", table,
105 kfree(table);
112 struct ctl_table *table;
114 table = net->smc.smc_hdr->ctl_table_arg;
117 kfree(table);