Home
last modified time | relevance | path

Searched refs:rt_metric (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dfib_frontend.c394 if (rt->rt_metric) in rtentry_to_fib_config()
395 cfg->fc_priority = rt->rt_metric - 1; in rtentry_to_fib_config()
/net/
Dsocket.c3144 short rt_metric; /* +1 for binary compatibility! */ member
3193 ret |= get_user(r4.rt_metric, &(ur4->rt_metric)); in routing_ioctl()