Searched refs:ipv6_icmp_table (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/ipv6/
H A Dsysctl_net_ipv6.c257 struct ctl_table *ipv6_icmp_table; local
273 ipv6_icmp_table = ipv6_icmp_sysctl_init(net);
274 if (!ipv6_icmp_table)
291 ipv6_icmp_table,
304 kfree(ipv6_icmp_table);
316 const struct ctl_table *ipv6_icmp_table; local
320 ipv6_icmp_table = net->ipv6.sysctl.icmp_hdr->ctl_table_arg;
328 kfree(ipv6_icmp_table);

Completed in 186 milliseconds