Home
last modified time | relevance | path

Searched refs:ICMP_NET_UNREACH (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/net/netfilter/
Dnft_reject.c97 [NFT_REJECT_ICMPX_NO_ROUTE] = ICMP_NET_UNREACH,
106 return ICMP_NET_UNREACH; in nft_reject_icmp_code()
/linux-6.14.4/include/uapi/linux/
Dicmp.h43 #define ICMP_NET_UNREACH 0 /* Network Unreachable */ macro
/linux-6.14.4/net/ipv4/netfilter/
Dipt_REJECT.c38 nf_send_unreach(skb, ICMP_NET_UNREACH, hook); in reject_tg()
/linux-6.14.4/net/ipv4/
Dicmp.c896 case ICMP_NET_UNREACH: in icmp_unreach()
Dtcp_ipv4.c526 (code == ICMP_NET_UNREACH || in tcp_v4_err()
605 (code == ICMP_NET_UNREACH || code == ICMP_HOST_UNREACH)) in tcp_v4_err()
Droute.c975 code = ICMP_NET_UNREACH; in ip_error()