OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_route_nh_compare
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
nexthop.h
35
extern int
rtnl_route_nh_compare
(struct rtnl_nexthop *,
/external/libnl/lib/route/
nexthop.c
83
int
rtnl_route_nh_compare
(struct rtnl_nexthop *a, struct rtnl_nexthop *b,
function
route_obj.c
385
if (!
rtnl_route_nh_compare
(nh_a, nh_b,
414
if (!
rtnl_route_nh_compare
(nh_a, nh_b, ~0, 0))
428
if (!
rtnl_route_nh_compare
(nh_a, nh_b, ~0, 0))
1057
if (
rtnl_route_nh_compare
(old_nh, first,
Completed in 35 milliseconds