Lines Matching defs:table
451 struct ctl_table *table;
454 table = ip6_frags_ns_ctl_table;
456 table = kmemdup(table, sizeof(ip6_frags_ns_ctl_table), GFP_KERNEL);
457 if (!table)
461 table[0].data = &net->ipv6.fqdir->high_thresh;
462 table[0].extra1 = &net->ipv6.fqdir->low_thresh;
463 table[1].data = &net->ipv6.fqdir->low_thresh;
464 table[1].extra2 = &net->ipv6.fqdir->high_thresh;
465 table[2].data = &net->ipv6.fqdir->timeout;
467 hdr = register_net_sysctl(net, "net/ipv6", table);
476 kfree(table);
483 struct ctl_table *table;
485 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
488 kfree(table);