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