Lines Matching defs:table
457 struct ctl_table *table;
460 table = ip6_frags_ns_ctl_table;
462 table = kmemdup(table, sizeof(ip6_frags_ns_ctl_table), GFP_KERNEL);
463 if (!table)
467 table[0].data = &net->ipv6.fqdir->high_thresh;
468 table[0].extra1 = &net->ipv6.fqdir->low_thresh;
469 table[1].data = &net->ipv6.fqdir->low_thresh;
470 table[1].extra2 = &net->ipv6.fqdir->high_thresh;
471 table[2].data = &net->ipv6.fqdir->timeout;
473 hdr = register_net_sysctl_sz(net, "net/ipv6", table,
483 kfree(table);
490 struct ctl_table *table;
492 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
495 kfree(table);