Home
last modified time | relevance | path

Searched refs:NL_CACHE_AF_ITER (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/
Dcache.c860 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_resync()
877 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_resync()
972 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_refill()
993 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_refill()
/external/libnl/include/netlink/
Dcache.h43 #define NL_CACHE_AF_ITER 0x0001 macro