Searched refs:nl_cache_alloc_and_fill (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/ |
D | cache.h | 56 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
|
/external/libnl/lib/route/ |
D | qdisc.c | 370 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
|
D | neightbl.c | 401 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
|
D | neigh.c | 529 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
|
D | addr.c | 507 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
|
/external/libnl/lib/genl/ |
D | ctrl.c | 335 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
|
/external/libnl/lib/netfilter/ |
D | exp.c | 574 return nl_cache_alloc_and_fill(&nfnl_exp_ops, sk, result); in nfnl_exp_alloc_cache()
|
D | ct.c | 643 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()
|
/external/libnl/lib/ |
D | cache.c | 233 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill() function
|