Lines Matching defs:table
593 struct ctl_table *table;
596 table = ip4_frags_ns_ctl_table;
598 table = kmemdup(table, sizeof(ip4_frags_ns_ctl_table), GFP_KERNEL);
599 if (!table)
603 table[0].data = &net->ipv4.fqdir->high_thresh;
604 table[0].extra1 = &net->ipv4.fqdir->low_thresh;
605 table[1].data = &net->ipv4.fqdir->low_thresh;
606 table[1].extra2 = &net->ipv4.fqdir->high_thresh;
607 table[2].data = &net->ipv4.fqdir->timeout;
608 table[3].data = &net->ipv4.fqdir->max_dist;
610 hdr = register_net_sysctl(net, "net/ipv4", table);
619 kfree(table);
626 struct ctl_table *table;
628 table = net->ipv4.frags_hdr->ctl_table_arg;
630 kfree(table);