Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance
/linux/net/decnet/ |
A D | dn_table.c | 234 if (attrs[RTA_PRIORITY] && in dn_fib_nh_match() 235 nla_get_u32(attrs[RTA_PRIORITY]) != fi->fib_priority) in dn_fib_nh_match() 331 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority) < 0) in dn_fib_dump_info()
|
A D | dn_fib.c | 293 if (attrs[RTA_PRIORITY]) in dn_fib_create_info() 294 fi->fib_priority = nla_get_u32(attrs[RTA_PRIORITY]); in dn_fib_create_info()
|
A D | dn_route.c | 1623 [RTA_PRIORITY] = { .type = NLA_U32 },
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 358 RTA_PRIORITY, enumerator
|
/linux/net/ipv4/ |
A D | fib_frontend.c | 661 [RTA_PRIORITY] = { .type = NLA_U32 }, 777 case RTA_PRIORITY: in rtm_to_fib_config()
|
A D | fib_semantics.c | 1806 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
|
/linux/net/ipv6/ |
A D | route.c | 4993 [RTA_PRIORITY] = { .type = NLA_U32 }, 5096 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 5097 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 5705 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()
|
Completed in 40 milliseconds