Searched refs:nl_cli_alloc_cache (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/cli/ |
D | qdisc.h | 18 nl_cli_alloc_cache((sk), "queueing disciplines", \
|
D | neigh.h | 18 nl_cli_alloc_cache((sk), "neighbour", rtnl_neigh_alloc_cache)
|
D | addr.h | 18 nl_cli_alloc_cache((sk), "address", rtnl_addr_alloc_cache)
|
D | utils.h | 73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *,
|
/external/libnl/src/ |
D | nl-neightbl-list.c | 40 neightbl_cache = nl_cli_alloc_cache(sock, "neighbour table", in main()
|
D | genl-ctrl-list.c | 16 return nl_cli_alloc_cache(sk, "generic netlink family", in alloc_genl_family_cache()
|
/external/libnl/src/lib/ |
D | utils.c | 168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache() function
|
D | ct.c | 35 return nl_cli_alloc_cache(sk, "conntrack", nfnl_ct_alloc_cache); in nl_cli_ct_alloc_cache()
|
D | exp.c | 36 return nl_cli_alloc_cache(sk, "expectation", nfnl_exp_alloc_cache); in nl_cli_exp_alloc_cache()
|