Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 | 1620 [RTA_PRIORITY] = { .type = NLA_U32 },
|
| /Linux-v5.4/include/uapi/linux/ |
| D | rtnetlink.h | 328 RTA_PRIORITY, enumerator
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_frontend.c | 667 [RTA_PRIORITY] = { .type = NLA_U32 }, 783 case RTA_PRIORITY: in rtm_to_fib_config()
|
| D | fib_semantics.c | 1759 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 4815 [RTA_PRIORITY] = { .type = NLA_U32 }, 4918 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 4919 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 5456 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()
|