Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drtnetlink.h484 RTAX_HOPLIMIT, enumerator
485 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
/linux/net/ipv4/
H A Dmetrics.c51 if (type == RTAX_HOPLIMIT && val > 255) in ip_metrics_convert()
/linux/net/ipv6/
H A Doutput_core.c106 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
H A Dndisc.c1434 fib6_metric_set(rt, RTAX_HOPLIMIT, in ndisc_router_discovery()
H A Droute.c281 [RTAX_HOPLIMIT - 1] = 0,
3288 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0); in icmp6_dst_alloc()
/linux/include/net/
H A Droute.h365 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
H A Ddst.h175 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
/linux/net/core/
H A Dpktgen.c2651 [RTAX_HOPLIMIT] = 0x5, /* Set a static hoplimit */