Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dicmp.h56 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
/Linux-v4.19/net/dccp/
Dipv4.c302 if (code > NR_ICMP_UNREACH) in dccp_v4_err()
/Linux-v4.19/net/sctp/
Dinput.c613 if (code > NR_ICMP_UNREACH) in sctp_v4_err()
/Linux-v4.19/net/ipv4/
Dicmp.c843 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
Draw.c266 if (code > NR_ICMP_UNREACH) in raw_err()
Dping.c554 if (code <= NR_ICMP_UNREACH) { in ping_err()
Dtcp_ipv4.c505 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
Dudp.c645 if (code <= NR_ICMP_UNREACH) { in __udp4_lib_err()