Home
last modified time | relevance | path

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

/external/libnl/tests/
Dtest-nf-cache-mngr.c33 err = nl_cache_mngr_alloc(sock, NETLINK_NETFILTER, NL_AUTO_PROVIDE, &mngr); in main()
Dtest-cache-mngr.c43 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr); in main()
/external/libnl/include/netlink/
Dcache.h144 extern int nl_cache_mngr_alloc(struct nl_sock *,
/external/libnl/lib/
Dcache_mngr.c135 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags, in nl_cache_mngr_alloc() function
/external/libnl/python/netlink/
Dcapi.i316 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);