Home
last modified time | relevance | path

Searched refs:NR_ICMP_TYPES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dicmp.h39 #define NR_ICMP_TYPES 18 macro
/openbmc/linux/net/ipv4/
H A Dicmp.c194 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
278 if (type > NR_ICMP_TYPES) in icmpv4_mask_allow()
670 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1251 if (icmph->type > NR_ICMP_TYPES) { in icmp_rcv()
1388 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_icmp.c233 if (icmph->type > NR_ICMP_TYPES) { in nf_conntrack_icmpv4_error()
H A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()
H A Dnf_log_syslog.c377 static const size_t required_len[NR_ICMP_TYPES + 1] = { in dump_ipv4_packet()
411 if (ich->type <= NR_ICMP_TYPES && in dump_ipv4_packet()