OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cache_pickup
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/
cache.h
58
extern int
nl_cache_pickup
(struct nl_sock *,
/external/libnl/lib/
cache.c
436
* Use
nl_cache_pickup
() to read the objects from the socket and fill them
509
int
nl_cache_pickup
(struct nl_sock *sk, struct nl_cache *cache)
function
699
return
nl_cache_pickup
(sk, cache);
/external/libnl/lib/fib_lookup/
lookup.c
273
return
nl_cache_pickup
(sk, cache);
Completed in 2495 milliseconds