Home
last modified time | relevance | path

Searched refs:nl_cli_exp_alloc_cache (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/netlink/cli/
Dexp.h20 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/external/libnl/include/netlink/cli/
H A Dexp.h18 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/netlink/cli/
Dexp.h18 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libnl/include/netlink/cli/
Dexp.h18 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libnl/include/netlink/cli/
Dexp.h18 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libnl/include/netlink/cli/
Dexp.h18 extern struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *);
/aosp_15_r20/external/libnl/src/
H A Dnf-exp-list.c130 exp_cache = nl_cli_exp_alloc_cache(sock); in main()
/aosp_15_r20/external/libnl/
H A Dlibnl-cli-3.sym46 nl_cli_exp_alloc_cache;
/aosp_15_r20/external/libnl/src/lib/
H A Dexp.c30 struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *sk) in nl_cli_exp_alloc_cache() function