HomeSort by relevance Sort by last modified time
    Searched refs:nl_cli_alloc_cache (Results 1 - 9 of 9) sorted by null

  /external/libnl/include/netlink/cli/
qdisc.h 18 nl_cli_alloc_cache((sk), "queueing disciplines", \
addr.h 18 nl_cli_alloc_cache((sk), "address", rtnl_addr_alloc_cache)
neigh.h 18 nl_cli_alloc_cache((sk), "neighbour", rtnl_neigh_alloc_cache)
utils.h 73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *,
  /external/libnl/src/
genl-ctrl-list.c 16 return nl_cli_alloc_cache(sk, "generic netlink family",
nl-neightbl-list.c 40 neightbl_cache = nl_cli_alloc_cache(sock, "neighbour table",
  /external/libnl/src/lib/
utils.c 168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, function
ct.c 35 return nl_cli_alloc_cache(sk, "conntrack", nfnl_ct_alloc_cache);
exp.c 36 return nl_cli_alloc_cache(sk, "expectation", nfnl_exp_alloc_cache);

Completed in 329 milliseconds