Searched refs:RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
367 RTA_PRIORITY, enumerator
667 [RTA_PRIORITY] = { .type = NLA_U32 },791 case RTA_PRIORITY: in rtm_to_fib_config()
1811 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
4994 [RTA_PRIORITY] = { .type = NLA_U32 },5103 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()5104 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()5706 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()
Completed in 24 milliseconds