Searched refs:rt_nr_nh (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/
H A Droute_obj.c347 if (route->rt_nr_nh > 0)
348 nl_dump_line(p, "ROUTE_NR_NH=%u\n", route->rt_nr_nh);
406 if (a->rt_nr_nh != a->rt_nr_nh)
749 route->rt_nr_nh++;
755 route->rt_nr_nh--;
766 return route->rt_nr_nh;
787 if (r->ce_mask & ROUTE_ATTR_MULTIPATH && r->rt_nr_nh > n) {
1041 if (route->rt_nr_nh == 0) {
/external/libnl/include/
H A Dnetlink-types.h274 uint32_t rt_nr_nh; member in struct:rtnl_route

Completed in 73 milliseconds