/external/strace/xlat/ |
D | rtnl_route_attrs.h | 48 #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),
|
D | rtnl_route_attrs.in | 7 RTA_PRIORITY 6
|
/external/libnl/lib/route/ |
D | route_obj.c | 939 [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/ |
D | socket_netlink_route.txt | 429 RTA_PRIORITY nlattr[RTA_PRIORITY, int32] 446 RTA_PRIORITY nlattr[RTA_PRIORITY, int32]
|
D | socket_netlink_route_amd64.const | 314 RTA_PRIORITY = 6
|
D | socket_netlink_route_arm.const | 314 RTA_PRIORITY = 6
|
D | socket_netlink_route_386.const | 314 RTA_PRIORITY = 6
|
D | socket_netlink_route_ppc64le.const | 314 RTA_PRIORITY = 6
|
D | socket_netlink_route_arm64.const | 314 RTA_PRIORITY = 6
|
/external/strace/ |
D | rtnl_route.c | 231 [RTA_PRIORITY] = decode_nla_u32,
|
/external/toybox/toys/pending/ |
D | ip.c | 1561 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/ |
D | rtnetlink.h | 275 RTA_PRIORITY, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 452 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_s390x.go | 501 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_386.go | 497 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_mips.go | 498 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_amd64.go | 501 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_ppc64.go | 503 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_mips64.go | 502 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_mipsle.go | 498 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_arm.go | 500 RTA_PRIORITY = 0x6 const
|
D | ztypes_linux_arm64.go | 502 RTA_PRIORITY = 0x6 const
|
/external/iproute2/ip/ |
D | iproute.c | 294 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/ |
D | rtnetlink.h | 309 RTA_PRIORITY, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 321 RTA_PRIORITY, enumerator
|