Searched refs:nl_cache_mngr_alloc (Results 1 – 25 of 68) sorted by relevance
123
/aosp_15_r20/external/libnl/tests/ |
H A D | test-nf-cache-mngr.c | 39 err = nl_cache_mngr_alloc(sock, NETLINK_NETFILTER, NL_AUTO_PROVIDE, &mngr); in main()
|
H A D | test-cache-mngr.c | 147 err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr); in main()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/netlink/ |
D | cache.h | 144 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink/ |
D | cache.h | 144 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/netlink/ |
D | cache.h | 144 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libnl/include/netlink/ |
D | cache.h | 144 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libnl/include/netlink/ |
D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libnl/include/netlink/ |
D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/external/libnl/include/netlink/ |
H A D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/netlink/ |
D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/netlink/ |
D | cache.h | 152 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libnl/include/netlink/ |
D | cache.h | 146 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
/aosp_15_r20/external/libnl/ |
H A D | libnl-3.sym | 81 nl_cache_mngr_alloc;
|
/aosp_15_r20/external/libnl/lib/ |
H A D | cache_mngr.c | 151 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags, in nl_cache_mngr_alloc() function
|
123