Home
last modified time | relevance | path

Searched refs:rtnl_route_nh_compare (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/route/
Dnexthop.h35 extern int rtnl_route_nh_compare(struct rtnl_nexthop *,
/external/libnl/lib/route/
Droute_obj.c385 if (!rtnl_route_nh_compare(nh_a, nh_b, in route_compare()
414 if (!rtnl_route_nh_compare(nh_a, nh_b, ~0, 0)) in route_compare()
428 if (!rtnl_route_nh_compare(nh_a, nh_b, ~0, 0)) in route_compare()
1057 if (rtnl_route_nh_compare(old_nh, first, in rtnl_route_parse()
Dnexthop.c83 int rtnl_route_nh_compare(struct rtnl_nexthop *a, struct rtnl_nexthop *b, in rtnl_route_nh_compare() function