libnl
1.1
|
Modules | |
Route Object | |
Utilities | |
Routing Utility Functions. | |
Cache Management | |
struct nl_cache * | rtnl_route_alloc_cache (struct nl_handle *handle) |
Build a route cache holding all routes currently configured in the kernel. More... | |
struct nl_cache* rtnl_route_alloc_cache | ( | struct nl_handle * | handle | ) |
handle | netlink handle |
Allocates a new cache, initializes it properly and updates it to contain all routes currently configured in the kernel.
Definition at line 241 of file route.c.
References nl_cache_alloc(), and nl_cache_refill().