Lines Matching defs:table
514 * The source device is used for looking up which routing table
1205 struct ctl_table *table;
1207 table = kmemdup(ipv6_icmp_table_template,
1211 if (table) {
1212 table[0].data = &net->ipv6.sysctl.icmpv6_time;
1213 table[1].data = &net->ipv6.sysctl.icmpv6_echo_ignore_all;
1214 table[2].data = &net->ipv6.sysctl.icmpv6_echo_ignore_multicast;
1215 table[3].data = &net->ipv6.sysctl.icmpv6_echo_ignore_anycast;
1216 table[4].data = &net->ipv6.sysctl.icmpv6_ratemask_ptr;
1218 return table;