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

/external/libnl/include/netlink/cli/
H A Daddr.h18 nl_cli_alloc_cache((sk), "address", rtnl_addr_alloc_cache)
H A Dlink.h19 nl_cli_alloc_cache((sk), "link", rtnl_link_alloc_cache)
H A Dneigh.h18 nl_cli_alloc_cache((sk), "neighbour", rtnl_neigh_alloc_cache)
H A Dqdisc.h18 nl_cli_alloc_cache((sk), "queueing disciplines", \
H A Dutils.h73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *,
/external/libnl/src/
H A Dgenl-ctrl-list.c16 return nl_cli_alloc_cache(sk, "generic netlink family",
H A Dnl-neightbl-list.c40 neightbl_cache = nl_cli_alloc_cache(sock, "neighbour table",
/external/libnl/src/lib/
H A Dutils.c132 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, function
H A Dct.c35 return nl_cli_alloc_cache(sk, "conntrack", nfnl_ct_alloc_cache);

Completed in 1331 milliseconds