Lines Matching defs:table
601 struct ctl_table *table;
604 table = ip4_frags_ns_ctl_table;
606 table = kmemdup(table, sizeof(ip4_frags_ns_ctl_table), GFP_KERNEL);
607 if (!table)
611 table[0].data = &net->ipv4.fqdir->high_thresh;
612 table[0].extra1 = &net->ipv4.fqdir->low_thresh;
613 table[1].data = &net->ipv4.fqdir->low_thresh;
614 table[1].extra2 = &net->ipv4.fqdir->high_thresh;
615 table[2].data = &net->ipv4.fqdir->timeout;
616 table[3].data = &net->ipv4.fqdir->max_dist;
618 hdr = register_net_sysctl_sz(net, "net/ipv4", table,
628 kfree(table);
635 struct ctl_table *table;
637 table = net->ipv4.frags_hdr->ctl_table_arg;
639 kfree(table);