Searched refs:NR_ICMP_UNREACH (Results 1 – 9 of 9) sorted by relevance
17 #define NR_ICMP_UNREACH 15 macro108 return code <= NR_ICMP_UNREACH && code != ICMP_FRAG_NEEDED; in valid_unreach_code()234 run_icmp_test(skel, AF_INET, "127.0.0.1", NR_ICMP_UNREACH); in test_icmp_send_unreach_cgroup()
59 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
561 if (code > NR_ICMP_UNREACH) in sctp_v4_err_handle()
252 if (code > NR_ICMP_UNREACH) in raw_err()
1177 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
994 if (code <= NR_ICMP_UNREACH) { in udp_err()
574 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
12745 if (code < 0 || code > NR_ICMP_UNREACH || in bpf_icmp_send()