NR_ICMP_TYPES     193 net/ipv4/icmp.c static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
NR_ICMP_TYPES     281 net/ipv4/icmp.c 	if (type > NR_ICMP_TYPES)
NR_ICMP_TYPES     651 net/ipv4/icmp.c 			if (*itp > NR_ICMP_TYPES ||
NR_ICMP_TYPES    1040 net/ipv4/icmp.c 	if (icmph->type > NR_ICMP_TYPES)
NR_ICMP_TYPES    1114 net/ipv4/icmp.c static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
NR_ICMP_TYPES     114 net/ipv4/netfilter/nf_log_ipv4.c 		static const size_t required_len[NR_ICMP_TYPES+1]
NR_ICMP_TYPES     151 net/ipv4/netfilter/nf_log_ipv4.c 		if (ich->type <= NR_ICMP_TYPES &&
NR_ICMP_TYPES     232 net/netfilter/nf_conntrack_proto_icmp.c 	if (icmph->type > NR_ICMP_TYPES) {
NR_ICMP_TYPES     238 net/netfilter/xt_HMARK.c 	if (icmph == NULL || icmph->type > NR_ICMP_TYPES)