Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.c_typo.patch17 case RTA_PRIORITY:
20 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_PRIORITY payload.\n");
21 + fprintf(stderr, "NETLINK: Received corrupt RTA_PRIORITY payload.\n");
H A Difmetric.c_netlink-invalid-arg.patch16 case RTA_PRIORITY:
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_table.c234 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()
H A Ddn_fib.c294 if (attrs[RTA_PRIORITY]) in dn_fib_create_info()
295 fi->fib_priority = nla_get_u32(attrs[RTA_PRIORITY]); in dn_fib_create_info()
H A Ddn_route.c1624 [RTA_PRIORITY] = { .type = NLA_U32 },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h321 RTA_PRIORITY, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h321 RTA_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h345 RTA_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c661 [RTA_PRIORITY] = { .type = NLA_U32 },
777 case RTA_PRIORITY: in rtm_to_fib_config()
H A Dfib_semantics.c1823 nla_put_u32(skb, RTA_PRIORITY, fi->fib_priority)) in fib_dump_info()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c4847 [RTA_PRIORITY] = { .type = NLA_U32 },
4950 if (tb[RTA_PRIORITY]) in rtm_to_fib6_config()
4951 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]); in rtm_to_fib6_config()
5559 if (nla_put_u32(skb, RTA_PRIORITY, rt->fib6_metric)) in rt6_fill_node()