Home
last modified time | relevance | path

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

/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.c560 if (code > NR_ICMP_UNREACH) in sctp_v4_err_handle()
/linux/net/ipv4/
H A Dping.c563 if (code <= NR_ICMP_UNREACH) { in ping_err()
H A Dicmp.c1159 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
H A Dtcp_ipv4.c579 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
H A Dudp.c992 if (code <= NR_ICMP_UNREACH) { in __udp4_lib_err()