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.c374 if (!rtnl_route_nh_compare(nh_a, nh_b, in route_compare()
403 if (!rtnl_route_nh_compare(nh_a, nh_b, ~0, 0)) { in route_compare()
418 if (!rtnl_route_nh_compare(nh_a, nh_b, ~0, 0)) { in route_compare()
521 if (!rtnl_route_nh_compare(old_nh, new_nh, ~0, 0)) { in route_update()
1158 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