Searched refs:RTA_PRIORITY (Results 1 – 8 of 8) sorted by relevance
/external/libnl/lib/route/ |
D | rule.c | 73 [RTA_PRIORITY] = { .type = NLA_U32 }, 111 if (tb[RTA_PRIORITY]) { in rule_msg_parser() 112 rule->r_prio = nla_get_u32(tb[RTA_PRIORITY]); in rule_msg_parser() 429 NLA_PUT_U32(msg, RTA_PRIORITY, tmpl->r_prio); in build_rule_msg()
|
D | route_obj.c | 843 [RTA_PRIORITY] = { .type = NLA_U32 }, 978 if (tb[RTA_PRIORITY]) in rtnl_route_parse() 979 rtnl_route_set_priority(route, nla_get_u32(tb[RTA_PRIORITY])); in rtnl_route_parse() 1113 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio); in rtnl_route_build_msg()
|
/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/iproute2/ip/ |
D | iproute.c | 288 tb[RTA_PRIORITY] && in filter_nlmsg() 289 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1) in filter_nlmsg() 453 if (tb[RTA_PRIORITY]) in print_route() 454 fprintf(fp, " metric %u ", rta_getattr_u32(tb[RTA_PRIORITY])); in print_route() 921 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric); in iproute_modify()
|
/external/libnl/include/linux/ |
D | rtnetlink.h | 266 RTA_PRIORITY, enumerator
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 438 case RTA_PRIORITY: in if_copyrt() 499 case RTA_PRIORITY: in if_copyrt6() 1382 add_attr_32(&nlm.hdr, sizeof(nlm), RTA_PRIORITY, rt->metric); in if_route() 1573 RTA_PRIORITY, rt->metric); in if_route6()
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 297 RTA_PRIORITY, enumerator
|
/external/iproute2/include/linux/ |
D | rtnetlink.h | 297 RTA_PRIORITY, enumerator
|