Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dicmp.h39 #define NR_ICMP_TYPES 18 macro
/linux/net/ipv4/
A Dicmp.c193 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
284 if (type > NR_ICMP_TYPES) in icmpv4_mask_allow()
673 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1234 if (icmph->type > NR_ICMP_TYPES) in icmp_rcv()
1366 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/linux/net/netfilter/
A Dnf_conntrack_proto_icmp.c233 if (icmph->type > NR_ICMP_TYPES) { in nf_conntrack_icmpv4_error()
A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()
A Dnf_log_syslog.c371 static const size_t required_len[NR_ICMP_TYPES + 1] = { in dump_ipv4_packet()
405 if (ich->type <= NR_ICMP_TYPES && in dump_ipv4_packet()

Completed in 10 milliseconds