Searched refs:RTA_PRIORITY (Results 1 – 6 of 6) sorted by relevance
19 case RTA_PRIORITY:22 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_PRIORITY payload.\n");23 + fprintf(stderr, "NETLINK: Received corrupt RTA_PRIORITY payload.\n");
18 case RTA_PRIORITY:
367 RTA_PRIORITY, enumerator
667 [RTA_PRIORITY] = { .type = NLA_U32 },791 case RTA_PRIORITY: in rtm_to_fib_config()
1812 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
4985 [RTA_PRIORITY] = { .type = NLA_U32 },5094 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()5095 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()5697 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()