Home
last modified time | relevance | path

Searched refs:nl_cli_alloc_cache (Results 1 – 9 of 9) sorted by relevance

/external/libnl/include/netlink/cli/
Dqdisc.h18 nl_cli_alloc_cache((sk), "queueing disciplines", \
Dneigh.h18 nl_cli_alloc_cache((sk), "neighbour", rtnl_neigh_alloc_cache)
Daddr.h18 nl_cli_alloc_cache((sk), "address", rtnl_addr_alloc_cache)
Dutils.h73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *,
/external/libnl/src/
Dnl-neightbl-list.c40 neightbl_cache = nl_cli_alloc_cache(sock, "neighbour table", in main()
Dgenl-ctrl-list.c16 return nl_cli_alloc_cache(sk, "generic netlink family", in alloc_genl_family_cache()
/external/libnl/src/lib/
Dutils.c168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache() function
Dct.c35 return nl_cli_alloc_cache(sk, "conntrack", nfnl_ct_alloc_cache); in nl_cli_ct_alloc_cache()
Dexp.c36 return nl_cli_alloc_cache(sk, "expectation", nfnl_exp_alloc_cache); in nl_cli_exp_alloc_cache()