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

  /external/libnl/include/netlink/route/
route.h 94 extern void rtnl_route_add_nexthop(struct rtnl_route *,
  /external/libnl/src/lib/
route.c 194 rtnl_route_add_nexthop(route, nh);
  /external/libnl/lib/route/
route_obj.c 119 rtnl_route_add_nexthop(dst, new);
746 void rtnl_route_add_nexthop(struct rtnl_route *route, struct rtnl_nexthop *nh) function
898 rtnl_route_add_nexthop(route, nh);
1045 rtnl_route_add_nexthop(route, old_nh);

Completed in 52 milliseconds