Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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 | 1627 [RTA_PRIORITY] = { .type = NLA_U32 },
|
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 296 RTA_PRIORITY, enumerator
|
/linux-4.1.27/net/ipv4/ |
D | fib_frontend.c | 589 [RTA_PRIORITY] = { .type = NLA_U32 }, 639 case RTA_PRIORITY: in rtm_to_fib_config()
|
D | fib_semantics.c | 1021 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
|
/linux-4.1.27/net/ipv6/ |
D | route.c | 2420 [RTA_PRIORITY] = { .type = NLA_U32 }, 2491 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 2492 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 2882 if (nla_put_u32(skb, RTA_PRIORITY, rt->rt6i_metric)) in rt6_fill_node()
|