NR_ICMP_TYPES     193 net/ipv4/icmp.c static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
NR_ICMP_TYPES     276 net/ipv4/icmp.c 	if (type > NR_ICMP_TYPES)
NR_ICMP_TYPES     485 net/ipv4/icmp.c 			if (*itp > NR_ICMP_TYPES ||
NR_ICMP_TYPES    1022 net/ipv4/icmp.c 	if (icmph->type > NR_ICMP_TYPES)
NR_ICMP_TYPES    1063 net/ipv4/icmp.c static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
NR_ICMP_TYPES     204 net/ipv4/netfilter/ipt_LOG.c 		static const size_t required_len[NR_ICMP_TYPES+1]
NR_ICMP_TYPES     241 net/ipv4/netfilter/ipt_LOG.c 		if (ich->type <= NR_ICMP_TYPES
NR_ICMP_TYPES     205 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	if (icmph->type > NR_ICMP_TYPES) {