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

  /external/libnl/include/netlink/route/
nexthop.h 31 extern struct rtnl_nexthop * rtnl_route_nh_alloc(void);
  /external/libnl/lib/route/
nexthop.c 37 struct rtnl_nexthop *rtnl_route_nh_alloc(void) function
54 nh = rtnl_route_nh_alloc();
route_obj.c 858 nh = rtnl_route_nh_alloc();
1016 if (!old_nh && !(old_nh = rtnl_route_nh_alloc()))
1023 if (!old_nh && !(old_nh = rtnl_route_nh_alloc()))
1034 if (!old_nh && !(old_nh = rtnl_route_nh_alloc()))
  /external/libnl/src/lib/
route.c 157 if (!(nh = rtnl_route_nh_alloc()))

Completed in 2897 milliseconds