OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nh_a
(Results
1 - 1
of
1
) sorted by null
/external/libnl/lib/route/
route_obj.c
351
struct rtnl_nexthop *
nh_a
, *nh_b;
local
372
nl_list_for_each_entry(
nh_a
, &a->rt_nexthops,
374
if (!rtnl_route_nh_compare(
nh_a
, nh_b,
399
nl_list_for_each_entry(
nh_a
, &a->rt_nexthops, rtnh_list) {
403
if (!rtnl_route_nh_compare(
nh_a
, nh_b, ~0, 0)) {
416
nl_list_for_each_entry(
nh_a
, &a->rt_nexthops,
418
if (!rtnl_route_nh_compare(
nh_a
, nh_b, ~0, 0)) {
Completed in 1920 milliseconds