Home
last modified time | relevance | path

Searched refs:nl_cache_mngr_alloc (Results 1 – 7 of 7) sorted by relevance

/external/libnl/tests/
Dtest-nf-cache-mngr.c35 err = nl_cache_mngr_alloc(sock, NETLINK_NETFILTER, NL_AUTO_PROVIDE, &mngr); in main()
Dtest-cache-mngr.c45 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr); in main()
/external/libnl/include/netlink/
Dcache.h146 extern int nl_cache_mngr_alloc(struct nl_sock *,
/external/libnl/
Dlibnl-3.sym75 nl_cache_mngr_alloc;
/external/libnl/lib/
Dcache_mngr.c136 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags, in nl_cache_mngr_alloc() function
/external/libnl/python/netlink/
Dcapi.i321 if (nl_cache_mngr_alloc(sock, protocol, flags, &mngr) < 0) in alloc_cache_mngr()
/external/libnl/doc/
Dcore.txt2712 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr);