Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dicmp.h68 #define ICMP_EXC_TTL 0 /* TTL count exceeded */ macro
/linux/net/ipv4/
H A Dip_forward.c176 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in ip_forward()
H A Dipip.c164 if (code != ICMP_EXC_TTL) in ipip_err()
H A Dip_gre.c183 if (code != ICMP_EXC_TTL) in ipgre_err()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c290 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in decrement_ttl()
/linux/net/ipv6/
H A Dsit.c556 if (code != ICMP_EXC_TTL) in ipip6_err()