Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/decnet/ |
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()
|
D | dn_fib.c | 294 if (attrs[RTA_PRIORITY]) in dn_fib_create_info() 295 fi->fib_priority = nla_get_u32(attrs[RTA_PRIORITY]); in dn_fib_create_info()
|
D | dn_route.c | 1628 [RTA_PRIORITY] = { .type = NLA_U32 },
|
/Linux-v4.19/include/uapi/linux/ |
D | rtnetlink.h | 321 RTA_PRIORITY, enumerator
|
/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 642 [RTA_PRIORITY] = { .type = NLA_U32 }, 703 case RTA_PRIORITY: in rtm_to_fib_config()
|
D | fib_semantics.c | 1322 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 4148 [RTA_PRIORITY] = { .type = NLA_U32 }, 4235 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 4236 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 4762 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()
|