Searched refs:RTA_PRIORITY (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/net/ipv4/ |
D | fib_frontend.c | 479 [RTA_PRIORITY] = { .type = NLA_U32 }, 529 case RTA_PRIORITY: in rtm_to_fib_config()
|
D | fib_semantics.c | 944 NLA_PUT_U32(skb, RTA_PRIORITY, fi->fib_priority); in fib_dump_info()
|
/linux-3.4.99/include/linux/ |
D | rtnetlink.h | 275 RTA_PRIORITY, enumerator
|
/linux-3.4.99/net/ipv6/ |
D | route.c | 2288 [RTA_PRIORITY] = { .type = NLA_U32 }, 2352 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config() 2353 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config() 2521 NLA_PUT_U32(skb, RTA_PRIORITY, rt->rt6i_metric); in rt6_fill_node()
|
/linux-3.4.99/net/decnet/ |
D | dn_table.c | 317 RTA_PUT(skb, RTA_PRIORITY, 4, &fi->fib_priority); in dn_fib_dump_info()
|