Searched refs:RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
376 RTA_PRIORITY, enumerator
673 [RTA_PRIORITY] = { .type = NLA_U32 },797 case RTA_PRIORITY: in rtm_to_fib_config()
1762 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
5037 [RTA_PRIORITY] = { .type = NLA_U32 },5153 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()5154 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()5766 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()