Searched refs:nl_cache_alloc_and_fill (Results 1 – 13 of 13) sorted by relevance
/third_party/libnl/include/netlink/ |
D | cache.h | 58 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
|
/third_party/libnl/ |
D | libnl-3.sym | 54 nl_cache_alloc_and_fill;
|
/third_party/libnl/lib/route/ |
D | qdisc.c | 371 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
|
D | netconf.c | 364 return nl_cache_alloc_and_fill(&rtnl_netconf_ops, sk, result); in rtnl_netconf_alloc_cache()
|
D | neightbl.c | 402 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
|
D | neigh.c | 596 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
|
D | addr.c | 579 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
|
/third_party/libnl/lib/genl/ |
D | ctrl.c | 336 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
|
/third_party/libnl/lib/netfilter/ |
D | exp.c | 585 return nl_cache_alloc_and_fill(&nfnl_exp_ops, sk, result); in nfnl_exp_alloc_cache()
|
D | ct.c | 633 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()
|
/third_party/libnl/lib/ |
D | cache.c | 234 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill() function
|
/third_party/libnl/lib/xfrm/ |
D | sp.c | 468 return nl_cache_alloc_and_fill(&xfrmnl_sp_ops, sock, result); in xfrmnl_sp_alloc_cache()
|
D | sa.c | 592 return nl_cache_alloc_and_fill(&xfrmnl_sa_ops, sock, result); in xfrmnl_sa_alloc_cache()
|