/external/libnl/src/ |
nl-route-list.c | 53 struct nl_cache *link_cache, *route_cache; local 123 route_cache = nl_cli_route_alloc_cache(sock, 126 nl_cache_dump_filter(route_cache, ¶ms, OBJ_CAST(route));
|
nl-route-get.c | 46 struct nl_cache *link_cache, *route_cache; local 56 route_cache = nl_cli_route_alloc_cache(sock, 0); 82 //nl_cache_dump(route_cache, ¶ms);
|
nl-route-delete.c | 86 struct nl_cache *link_cache, *route_cache; local 93 route_cache = nl_cli_route_alloc_cache(sock, 0); 162 nl_cache_foreach_filter(route_cache, OBJ_CAST(route), delete_cb, NULL);
|
nl-route-add.c | 17 static struct nl_cache *link_cache, *route_cache; variable in typeref:struct: 65 route_cache = nl_cli_route_alloc_cache(sock, 0);
|