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.h56 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
/external/libnl/lib/route/
Dqdisc.c370 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
Dneightbl.c401 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
Dneigh.c529 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
Daddr.c507 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
/external/libnl/lib/genl/
Dctrl.c335 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
/external/libnl/lib/netfilter/
Dexp.c574 return nl_cache_alloc_and_fill(&nfnl_exp_ops, sk, result); in nfnl_exp_alloc_cache()
Dct.c643 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()
/external/libnl/lib/
Dcache.c233 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill() function