Home
last modified time | relevance | path

Searched refs:RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Drtnetlink.h367 RTA_PRIORITY, enumerator
/linux-6.3-rc2/net/ipv4/
A Dfib_frontend.c664 [RTA_PRIORITY] = { .type = NLA_U32 },
788 case RTA_PRIORITY: in rtm_to_fib_config()
A Dfib_semantics.c1806 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
/linux-6.3-rc2/net/ipv6/
A Droute.c4973 [RTA_PRIORITY] = { .type = NLA_U32 },
5082 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()
5083 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()
5692 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()

Completed in 24 milliseconds