Lines Matching defs:table
173 struct ctl_table *table;
176 table = xfrm4_policy_table;
178 table = kmemdup(table, sizeof(xfrm4_policy_table), GFP_KERNEL);
179 if (!table)
182 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh;
185 hdr = register_net_sysctl(net, "net/ipv4", table);
194 kfree(table);
201 struct ctl_table *table;
206 table = net->ipv4.xfrm4_hdr->ctl_table_arg;
209 kfree(table);