Home
last modified time | relevance | path

Searched refs:rt_prio (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/
Droute_obj.c79 r->rt_prio = 0; in route_constructor()
233 nl_dump(p, "priority %#x ", r->rt_prio); in route_dump_details()
317 uint32_t rt_prio; in route_keygen() member
339 rkey->rt_prio = route->rt_prio; in route_keygen()
386 diff |= ROUTE_DIFF(PRIO, a->rt_prio != b->rt_prio); in route_compare()
673 route->rt_prio = prio; in rtnl_route_set_priority()
679 return route->rt_prio; in rtnl_route_get_priority()
1146 route->rt_prio = 0; in rtnl_route_parse()
1393 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio); in rtnl_route_build_msg()
/third_party/libnl/include/netlink-private/
Dtypes.h347 uint32_t rt_prio; member