RTAX_HOPLIMIT
WARN_ON_ONCE(metric == RTAX_HOPLIMIT ||
int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);
[RTAX_HOPLIMIT] = 0x5, /* Set a static hoplimit */
if (type == RTAX_HOPLIMIT && val > 255)
fib6_metric_set(rt, RTAX_HOPLIMIT,
int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);
[RTAX_HOPLIMIT - 1] = 0,
dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0);