Home
last modified time | relevance | path

Searched refs:NR_ICMP_UNREACH (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dicmp_send_kfunc.c17 #define NR_ICMP_UNREACH 15 macro
108 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()
/linux/include/uapi/linux/
H A Dicmp.h59 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
/linux/net/dccp/
H A Dipv4.c
/linux/net/sctp/
H A Dinput.c561 if (code > NR_ICMP_UNREACH) in sctp_v4_err_handle()
/linux/net/ipv4/
H A Draw.c252 if (code > NR_ICMP_UNREACH) in raw_err()
H A Dicmp.c1177 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
H A Dudp.c994 if (code <= NR_ICMP_UNREACH) { in udp_err()
H A Dtcp_ipv4.c574 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
/linux/net/core/
H A Dfilter.c12745 if (code < 0 || code > NR_ICMP_UNREACH || in bpf_icmp_send()