Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dicmp.h59 #define NR_ICMP_UNREACH 15 /* instead of hardcoding immediate value */ macro
/openbmc/linux/net/dccp/
H A Dipv4.c313 if (code > NR_ICMP_UNREACH) in dccp_v4_err()
/openbmc/linux/net/ipv4/
H A Draw.c239 if (code > NR_ICMP_UNREACH) in raw_err()
H A Dping.c562 if (code <= NR_ICMP_UNREACH) { in ping_err()
H A Dicmp.c915 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
H A Dudp.c782 if (code <= NR_ICMP_UNREACH) { in __udp4_lib_err()
H A Dtcp_ipv4.c560 if (code > NR_ICMP_UNREACH) in tcp_v4_err()
/openbmc/linux/net/sctp/
H A Dinput.c560 if (code > NR_ICMP_UNREACH) in sctp_v4_err_handle()