Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Drtnl_route_attrs.h48 #if defined(RTA_PRIORITY) || (defined(HAVE_DECL_RTA_PRIORITY) && HAVE_DECL_RTA_PRIORITY)
50 static_assert((RTA_PRIORITY) == (6), "RTA_PRIORITY != 6");
53 # define RTA_PRIORITY 6
233 XLAT(RTA_PRIORITY),
Drtnl_route_attrs.in7 RTA_PRIORITY 6
/external/libnl/lib/route/
Droute_obj.c939 [RTA_PRIORITY] = { .type = NLA_U32 },
1078 if (tb[RTA_PRIORITY]) in rtnl_route_parse()
1079 rtnl_route_set_priority(route, nla_get_u32(tb[RTA_PRIORITY])); in rtnl_route_parse()
1219 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio); in rtnl_route_build_msg()
/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt429 RTA_PRIORITY nlattr[RTA_PRIORITY, int32]
446 RTA_PRIORITY nlattr[RTA_PRIORITY, int32]
Dsocket_netlink_route_amd64.const314 RTA_PRIORITY = 6
Dsocket_netlink_route_arm.const314 RTA_PRIORITY = 6
Dsocket_netlink_route_386.const314 RTA_PRIORITY = 6
Dsocket_netlink_route_ppc64le.const314 RTA_PRIORITY = 6
Dsocket_netlink_route_arm64.const314 RTA_PRIORITY = 6
/external/strace/
Drtnl_route.c231 [RTA_PRIORITY] = decode_nla_u32,
/external/toybox/toys/pending/
Dip.c1561 if (attr[RTA_PRIORITY]) in display_route_info()
1562 sprintf(out, "%s metric %d ", out, *(uint32_t*)RTA_DATA(attr[RTA_PRIORITY])); in display_route_info()
1609 && attr[RTA_PRIORITY] in display_route_info()
1610 && *(int*)RTA_DATA(attr[RTA_PRIORITY]) == -1) in display_route_info()
1972 RTA_PRIORITY, (char*)&res, sizeof(res)); in route_update()
2129 ((idx == 2) ? RTA_PRIORITY : RTA_PROTOINFO), in ruleupdate()
2235 printf("%u:\tfrom ", attr[RTA_PRIORITY] ? in show_rules()
2236 *(unsigned *)RTA_DATA(attr[RTA_PRIORITY]) : 0); in show_rules()
/external/libnl/include/linux-private/linux/
Drtnetlink.h275 RTA_PRIORITY, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go452 RTA_PRIORITY = 0x6 const
Dztypes_linux_s390x.go501 RTA_PRIORITY = 0x6 const
Dztypes_linux_386.go497 RTA_PRIORITY = 0x6 const
Dztypes_linux_mips.go498 RTA_PRIORITY = 0x6 const
Dztypes_linux_amd64.go501 RTA_PRIORITY = 0x6 const
Dztypes_linux_ppc64.go503 RTA_PRIORITY = 0x6 const
Dztypes_linux_mips64.go502 RTA_PRIORITY = 0x6 const
Dztypes_linux_mipsle.go498 RTA_PRIORITY = 0x6 const
Dztypes_linux_arm.go500 RTA_PRIORITY = 0x6 const
Dztypes_linux_arm64.go502 RTA_PRIORITY = 0x6 const
/external/iproute2/ip/
Diproute.c294 tb[RTA_PRIORITY] && in filter_nlmsg()
295 rta_getattr_u32(tb[RTA_PRIORITY]) == -1) in filter_nlmsg()
443 if (tb[RTA_PRIORITY]) in print_route()
444 fprintf(fp, "metric %u ", rta_getattr_u32(tb[RTA_PRIORITY])); in print_route()
958 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric); in iproute_modify()
/external/iproute2/include/uapi/linux/
Drtnetlink.h309 RTA_PRIORITY, enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h321 RTA_PRIORITY, enumerator

12