OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cache_refill
(Results
1 - 7
of
7
) sorted by null
/external/libnl/include/netlink/
cache.h
56
extern int
nl_cache_refill
(struct nl_sock *,
/external/libnl/lib/route/
class.c
244
if (sk && (err =
nl_cache_refill
(sk, cache)) < 0) {
route.c
87
if (sk && (err =
nl_cache_refill
(sk, cache)) < 0) {
cls.c
305
if (sk && (err =
nl_cache_refill
(sk, cache)) < 0) {
rule.c
370
if (sock && (err =
nl_cache_refill
(sock, cache)) < 0) {
/external/libnl/lib/
cache.c
198
if (sock && (err =
nl_cache_refill
(sock, cache)) < 0) {
687
int
nl_cache_refill
(struct nl_sock *sk, struct nl_cache *cache)
function
cache_mngr.c
261
err =
nl_cache_refill
(mngr->cm_handle, cache);
Completed in 47 milliseconds