OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rt_nr_nh
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
route_obj.c
347
if (route->
rt_nr_nh
> 0)
348
nl_dump_line(p, "ROUTE_NR_NH=%u\n", route->
rt_nr_nh
);
406
if (a->
rt_nr_nh
!= a->
rt_nr_nh
)
749
route->
rt_nr_nh
++;
755
route->
rt_nr_nh
--;
766
return route->
rt_nr_nh
;
787
if (r->ce_mask & ROUTE_ATTR_MULTIPATH && r->
rt_nr_nh
> n) {
1041
if (route->
rt_nr_nh
== 0) {
/external/libnl/include/
netlink-types.h
274
uint32_t
rt_nr_nh
;
member in struct:rtnl_route
Completed in 361 milliseconds