Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dicmp.h56 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
/Linux-v5.4/net/dccp/
Dipv4.c300 if (code > NR_ICMP_UNREACH) in dccp_v4_err()
/Linux-v5.4/net/ipv4/
Dicmp.c845 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
Draw.c261 if (code > NR_ICMP_UNREACH) in raw_err()
Dping.c549 if (code <= NR_ICMP_UNREACH) { in ping_err()
Dtcp_ipv4.c504 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
Dudp.c692 if (code <= NR_ICMP_UNREACH) { in __udp4_lib_err()
/Linux-v5.4/net/sctp/
Dinput.c607 if (code > NR_ICMP_UNREACH) in sctp_v4_err()