Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.c_typo.patch19 case RTA_PRIORITY:
22 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_PRIORITY payload.\n");
23 + fprintf(stderr, "NETLINK: Received corrupt RTA_PRIORITY payload.\n");
H A Difmetric.c_netlink-invalid-arg.patch18 case RTA_PRIORITY:
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h367 RTA_PRIORITY, enumerator
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c667 [RTA_PRIORITY] = { .type = NLA_U32 },
791 case RTA_PRIORITY: in rtm_to_fib_config()
H A Dfib_semantics.c1812 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
/openbmc/linux/net/ipv6/
H A Droute.c4985 [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()