Searched refs:nl_cache_alloc_and_fill (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/ |
D | cache.h | 40 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
|
/external/libnl/lib/genl/ |
D | ctrl.c | 143 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sock, result); in genl_ctrl_alloc_cache()
|
/external/libnl/lib/route/ |
D | qdisc.c | 388 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
|
D | neigh.c | 465 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
|
D | neightbl.c | 389 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
|
D | addr.c | 553 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
|
D | link.c | 778 return nl_cache_alloc_and_fill(&rtnl_link_ops, sk, result); in rtnl_link_alloc_cache()
|
/external/libnl/lib/ |
D | cache.c | 189 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/ |
D | ct.c | 555 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()
|