OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnh_list
(Results
1 - 3
of
3
) sorted by null
/external/libnl/lib/route/
route_obj.c
89
nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops,
rtnh_list
) {
114
nl_list_for_each_entry(nh, &src->rt_nexthops,
rtnh_list
) {
162
nl_list_for_each_entry(nh, &r->rt_nexthops,
rtnh_list
) {
249
nl_list_for_each_entry(nh, &r->rt_nexthops,
rtnh_list
) {
350
nl_list_for_each_entry(nh, &route->rt_nexthops,
rtnh_list
) {
381
nl_list_for_each_entry(nh_b, &b->rt_nexthops,
rtnh_list
) {
384
rtnh_list
) {
410
nl_list_for_each_entry(nh_a, &a->rt_nexthops,
rtnh_list
) {
413
rtnh_list
) {
424
nl_list_for_each_entry(nh_b, &b->rt_nexthops,
rtnh_list
) {
[
all
...]
nexthop.c
45
nl_init_list_head(&nh->
rtnh_list
);
/external/libnl/include/
netlink-types.h
250
struct nl_list_head
rtnh_list
;
member in struct:rtnl_nexthop
Completed in 31 milliseconds