Searched refs:nl_cache_mngr_alloc (Results 1 – 7 of 7) sorted by relevance
/external/libnl/tests/ |
D | test-nf-cache-mngr.c | 35 err = nl_cache_mngr_alloc(sock, NETLINK_NETFILTER, NL_AUTO_PROVIDE, &mngr); in main()
|
D | test-cache-mngr.c | 45 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr); in main()
|
/external/libnl/include/netlink/ |
D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/external/libnl/ |
D | libnl-3.sym | 75 nl_cache_mngr_alloc;
|
/external/libnl/lib/ |
D | cache_mngr.c | 136 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags, in nl_cache_mngr_alloc() function
|
/external/libnl/python/netlink/ |
D | capi.i | 321 if (nl_cache_mngr_alloc(sock, protocol, flags, &mngr) < 0) in alloc_cache_mngr()
|
/external/libnl/doc/ |
D | core.txt | 2712 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr);
|