Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dcache.h58 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
/third_party/libnl/
Dlibnl-3.sym54 nl_cache_alloc_and_fill;
/third_party/libnl/lib/route/
Dqdisc.c371 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
Dnetconf.c364 return nl_cache_alloc_and_fill(&rtnl_netconf_ops, sk, result); in rtnl_netconf_alloc_cache()
Dneightbl.c402 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result); in rtnl_neightbl_alloc_cache()
Dneigh.c596 return nl_cache_alloc_and_fill(&rtnl_neigh_ops, sock, result); in rtnl_neigh_alloc_cache()
Daddr.c579 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result); in rtnl_addr_alloc_cache()
/third_party/libnl/lib/genl/
Dctrl.c336 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
/third_party/libnl/lib/netfilter/
Dexp.c585 return nl_cache_alloc_and_fill(&nfnl_exp_ops, sk, result); in nfnl_exp_alloc_cache()
Dct.c633 return nl_cache_alloc_and_fill(&nfnl_ct_ops, sk, result); in nfnl_ct_alloc_cache()
/third_party/libnl/lib/
Dcache.c234 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/
Dsp.c468 return nl_cache_alloc_and_fill(&xfrmnl_sp_ops, sock, result); in xfrmnl_sp_alloc_cache()
Dsa.c592 return nl_cache_alloc_and_fill(&xfrmnl_sa_ops, sock, result); in xfrmnl_sa_alloc_cache()