Searched refs:rtnl_route_nh_alloc (Results 1 – 4 of 4) sorted by relevance
31 extern struct rtnl_nexthop * rtnl_route_nh_alloc(void);
37 struct rtnl_nexthop *rtnl_route_nh_alloc(void) in rtnl_route_nh_alloc() function54 nh = rtnl_route_nh_alloc(); in rtnl_route_nh_clone()
954 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()
157 if (!(nh = rtnl_route_nh_alloc())) in nl_cli_route_parse_nexthop()