Home
last modified time | relevance | path

Searched refs:rtnl_route_nh_alloc (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/route/
Dnexthop.h31 extern struct rtnl_nexthop * rtnl_route_nh_alloc(void);
/external/libnl/lib/route/
Dnexthop.c37 struct rtnl_nexthop *rtnl_route_nh_alloc(void) in rtnl_route_nh_alloc() function
54 nh = rtnl_route_nh_alloc(); in rtnl_route_nh_clone()
Droute_obj.c954 nh = rtnl_route_nh_alloc(); in parse_multipath()
1116 if (!old_nh && !(old_nh = rtnl_route_nh_alloc())) in rtnl_route_parse()
1123 if (!old_nh && !(old_nh = rtnl_route_nh_alloc())) in rtnl_route_parse()
1134 if (!old_nh && !(old_nh = rtnl_route_nh_alloc())) in rtnl_route_parse()
/external/libnl/src/lib/
Droute.c157 if (!(nh = rtnl_route_nh_alloc())) in nl_cli_route_parse_nexthop()