Searched refs:RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
367 RTA_PRIORITY, enumerator
664 [RTA_PRIORITY] = { .type = NLA_U32 },788 case RTA_PRIORITY: in rtm_to_fib_config()
1806 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
4973 [RTA_PRIORITY] = { .type = NLA_U32 },5082 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()5083 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()5692 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()
Completed in 24 milliseconds