Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 232 if (attrs[RTA_PRIORITY] && in dn_fib_nh_match() 233 nla_get_u32(attrs[RTA_PRIORITY]) != fi->fib_priority) in dn_fib_nh_match() 329 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority) < 0) in dn_fib_dump_info()
|
D | dn_fib.c | 290 if (attrs[RTA_PRIORITY]) in dn_fib_create_info() 291 fi->fib_priority = nla_get_u32(attrs[RTA_PRIORITY]); in dn_fib_create_info()
|
D | dn_route.c | 1632 [RTA_PRIORITY] = { .type = NLA_U32 },
|
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 297 RTA_PRIORITY, enumerator
|
/linux-4.4.14/net/ipv4/ |
D | fib_frontend.c | 623 [RTA_PRIORITY] = { .type = NLA_U32 }, 675 case RTA_PRIORITY: in rtm_to_fib_config()
|
D | fib_semantics.c | 1246 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 2697 [RTA_PRIORITY] = { .type = NLA_U32 }, 2773 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 2774 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 3186 if (nla_put_u32(skb, RTA_PRIORITY, rt->rt6i_metric)) in rt6_fill_node()
|