Home
last modified time | relevance | path

Searched refs:NR_ICMP_TYPES (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dicmp.h22 #define NR_ICMP_TYPES 18 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dicmp.h37 #define NR_ICMP_TYPES 18 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dicmp.h36 #define NR_ICMP_TYPES 18 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dicmp.h36 #define NR_ICMP_TYPES 18 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dicmp.h39 #define NR_ICMP_TYPES 18 macro
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_log_ipv4.c114 static const size_t required_len[NR_ICMP_TYPES+1] in dump_ipv4_packet()
151 if (ich->type <= NR_ICMP_TYPES && in dump_ipv4_packet()
/kernel/linux/linux-5.10/net/ipv4/
H A Dicmp.c193 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
285 if (type > NR_ICMP_TYPES) in icmpv4_mask_allow()
675 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1111 if (icmph->type > NR_ICMP_TYPES) in icmp_rcv()
1244 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/kernel/linux/linux-6.6/net/ipv4/
H A Dicmp.c193 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
277 if (type > NR_ICMP_TYPES) in icmpv4_mask_allow()
669 if (*itp > NR_ICMP_TYPES || in __icmp_send()
1226 * size NR_ICMP_TYPES + 1 (19 elements) and PROBE has code 42. in icmp_rcv()
1243 if (icmph->type > NR_ICMP_TYPES) { in icmp_rcv()
1380 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()
H A Dnf_conntrack_proto_icmp.c234 if (icmph->type > NR_ICMP_TYPES) { in nf_conntrack_icmpv4_error()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_HMARK.c238 if (icmph == NULL || icmph->type > NR_ICMP_TYPES) in get_inner_hdr()
H A Dnf_conntrack_proto_icmp.c233 if (icmph->type > NR_ICMP_TYPES) { in nf_conntrack_icmpv4_error()
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()

Completed in 10 milliseconds