Lines Matching defs:table
156 struct ctl_table *table;
159 table = xfrm4_policy_table;
161 table = kmemdup(table, sizeof(xfrm4_policy_table), GFP_KERNEL);
162 if (!table)
165 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh;
168 hdr = register_net_sysctl_sz(net, "net/ipv4", table,
178 kfree(table);
185 const struct ctl_table *table;
190 table = net->ipv4.xfrm4_hdr->ctl_table_arg;
193 kfree(table);