RTAX_HOPLIMIT 359 include/linux/rtnetlink.h RTAX_HOPLIMIT, RTAX_HOPLIMIT 360 include/linux/rtnetlink.h #define RTAX_HOPLIMIT RTAX_HOPLIMIT RTAX_HOPLIMIT 806 net/ipv4/ip_gre.c iph->ttl = dst_metric(&rt->u.dst, RTAX_HOPLIMIT); RTAX_HOPLIMIT 131 net/ipv4/ip_output.c ttl = dst_metric(dst, RTAX_HOPLIMIT); RTAX_HOPLIMIT 117 net/ipv4/netfilter/ipt_REJECT.c niph->ttl = dst_metric(nskb->dst, RTAX_HOPLIMIT); RTAX_HOPLIMIT 1673 net/ipv4/route.c if (dst_metric(&rt->u.dst, RTAX_HOPLIMIT) == 0) RTAX_HOPLIMIT 1674 net/ipv4/route.c rt->u.dst.metrics[RTAX_HOPLIMIT-1] = sysctl_ip_default_ttl; RTAX_HOPLIMIT 58 net/ipv4/xfrm4_mode_tunnel.c top_iph->ttl = dst_metric(dst->child, RTAX_HOPLIMIT); RTAX_HOPLIMIT 1211 net/ipv6/ndisc.c rt->u.dst.metrics[RTAX_HOPLIMIT-1] = ra_msg->icmph.icmp6_hop_limit; RTAX_HOPLIMIT 123 net/ipv6/netfilter/ip6t_REJECT.c ip6h->hop_limit = dst_metric(dst, RTAX_HOPLIMIT); RTAX_HOPLIMIT 136 net/ipv6/route.c .metrics = { [RTAX_HOPLIMIT - 1] = 255, }, RTAX_HOPLIMIT 158 net/ipv6/route.c .metrics = { [RTAX_HOPLIMIT - 1] = 255, }, RTAX_HOPLIMIT 175 net/ipv6/route.c .metrics = { [RTAX_HOPLIMIT - 1] = 255, }, RTAX_HOPLIMIT 957 net/ipv6/route.c rt->u.dst.metrics[RTAX_HOPLIMIT-1] = 255; RTAX_HOPLIMIT 1070 net/ipv6/route.c int hoplimit = dst_metric(dst, RTAX_HOPLIMIT); RTAX_HOPLIMIT 1269 net/ipv6/route.c if (dst_metric(&rt->u.dst, RTAX_HOPLIMIT) == 0) RTAX_HOPLIMIT 1270 net/ipv6/route.c rt->u.dst.metrics[RTAX_HOPLIMIT-1] = -1; RTAX_HOPLIMIT 1906 net/ipv6/route.c rt->u.dst.metrics[RTAX_HOPLIMIT-1] = -1; RTAX_HOPLIMIT 55 net/ipv6/xfrm6_mode_tunnel.c top_iph->hop_limit = dst_metric(dst->child, RTAX_HOPLIMIT);