Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Drtnetlink.h403 RTAX_HOPLIMIT, enumerator
404 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
/linux-4.4.14/net/ipv6/
Doutput_core.c123 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
Droute.c265 [RTAX_HOPLIMIT - 1] = 0,
1614 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0); in icmp6_dst_alloc()
1730 if (type == RTAX_HOPLIMIT && val > 255) in ip6_convert_metrics()
Dndisc.c1253 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, in ndisc_router_discovery()
/linux-4.4.14/include/net/
Droute.h336 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
Ddst.h185 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c978 if (type == RTAX_HOPLIMIT && val > 255) in fib_convert_metrics()
/linux-4.4.14/net/core/
Dpktgen.c2581 [RTAX_HOPLIMIT] = 0x5, /* Set a static hoplimit */