Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dcache.h40 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
/external/libnl/lib/genl/
Dctrl.c143 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sock, result); in genl_ctrl_alloc_cache()
/external/libnl/lib/route/
Dqdisc.c388 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
Dneigh.c465 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
Dneightbl.c389 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
Daddr.c553 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
Dlink.c778 return nl_cache_alloc_and_fill(&rtnl_link_ops, sk, result); in rtnl_link_alloc_cache()
/external/libnl/lib/
Dcache.c189 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill() function
/external/libnl/lib/netfilter/
Dct.c555 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()