Searched refs:route_cache (Results 1 - 4 of 4) sorted by relevance

/external/libnl/src/
H A Dnl-route-list.c53 struct nl_cache *link_cache, *route_cache; local
123 route_cache = nl_cli_route_alloc_cache(sock,
126 nl_cache_dump_filter(route_cache, &params, OBJ_CAST(route));
H A Dnl-route-get.c46 struct nl_cache *link_cache, *route_cache; local
56 route_cache = nl_cli_route_alloc_cache(sock, 0);
82 //nl_cache_dump(route_cache, &params);
H A Dnl-route-delete.c86 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);
H A Dnl-route-add.c17 static struct nl_cache *link_cache, *route_cache; variable in typeref:struct:
65 route_cache = nl_cli_route_alloc_cache(sock, 0);

Completed in 253 milliseconds