Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dicmp.h39 #define NR_ICMP_TYPES 18 macro
/linux/net/ipv4/
H A Dicmp.c201 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
279 if (type > NR_ICMP_TYPES) in icmpv4_mask_allow()
375 if (icmp_param->data.icmph.type <= NR_ICMP_TYPES && in icmp_glue_bits()
377 NR_ICMP_TYPES + 1)].error) in icmp_glue_bits()
901 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1538 if (icmph->type > NR_ICMP_TYPES) { in icmp_rcv()
1648 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/linux/net/netfilter/
H A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()
H A Dnf_log_syslog.c390 static const size_t required_len[NR_ICMP_TYPES + 1] = { in dump_ipv4_packet()
424 if (ich->type <= NR_ICMP_TYPES && in dump_ipv4_packet()