ICMP6_MIB_MAX      72 include/net/snmp.h 	unsigned long	mibs[ICMP6_MIB_MAX];
ICMP6_MIB_MAX      76 include/net/snmp.h 	atomic_long_t	mibs[ICMP6_MIB_MAX];
ICMP6_MIB_MAX    5484 net/ipv6/addrconf.c 	     + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */
ICMP6_MIB_MAX    5505 net/ipv6/addrconf.c 	int pad = bytes - sizeof(u64) * ICMP6_MIB_MAX;
ICMP6_MIB_MAX    5509 net/ipv6/addrconf.c 	put_unaligned(ICMP6_MIB_MAX, &stats[0]);
ICMP6_MIB_MAX    5510 net/ipv6/addrconf.c 	for (i = 1; i < ICMP6_MIB_MAX; i++)
ICMP6_MIB_MAX    5513 net/ipv6/addrconf.c 	memset(&stats[ICMP6_MIB_MAX], 0, pad);
ICMP6_MIB_MAX    5580 net/ipv6/addrconf.c 	nla = nla_reserve(skb, IFLA_INET6_ICMP6STATS, ICMP6_MIB_MAX * sizeof(u64));