HomeSort by relevance Sort by last modified time
    Searched refs:rtnh_weight (Results 1 - 3 of 3) sorted by null

  /external/libnl/lib/route/
nexthop.c 60 nh->rtnh_weight = src->rtnh_weight;
91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight);
157 nl_dump(dp, " weight %u", nh->rtnh_weight);
193 nh->rtnh_weight);
234 nh->rtnh_weight = weight;
240 return nh->rtnh_weight;
route_obj.c 1154 rtnh->rtnh_hops = nh->rtnh_weight;
  /external/libnl/include/
netlink-types.h 245 uint8_t rtnh_weight; member in struct:rtnl_nexthop

Completed in 34 milliseconds