Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dicmp.h57 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
/Linux-v5.10/net/dccp/
Dipv4.c300 if (code > NR_ICMP_UNREACH) in dccp_v4_err()
/Linux-v5.10/net/sctp/
Dinput.c608 if (code > NR_ICMP_UNREACH) in sctp_v4_err()
/Linux-v5.10/net/ipv4/
Dicmp.c902 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
Draw.c261 if (code > NR_ICMP_UNREACH) in raw_err()
Dping.c537 if (code <= NR_ICMP_UNREACH) { in ping_err()
Dudp.c749 if (code <= NR_ICMP_UNREACH) { in __udp4_lib_err()
Dtcp_ipv4.c538 if (code > NR_ICMP_UNREACH) in tcp_v4_err()