Home
last modified time | relevance | path

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

/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()
889 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1523 if (icmph->type > NR_ICMP_TYPES) { in icmp_rcv()
1633 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/linux/include/uapi/linux/
H A Dicmp.h39 #define NR_ICMP_TYPES 18 macro
/linux/net/netfilter/
H A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()