Home
last modified time | relevance | path

Searched refs:xfrmnl_sel_clone (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/include/netlink/xfrm/
Dselector.h50 extern struct xfrmnl_sel* xfrmnl_sel_clone(struct xfrmnl_sel*);
/third_party/libnl/
Dlibnl-xfrm-3.sym130 xfrmnl_sel_clone;
/third_party/libnl/lib/xfrm/
Dselector.c97 struct xfrmnl_sel* xfrmnl_sel_clone(struct xfrmnl_sel* sel) in xfrmnl_sel_clone() function
Dsp.c115 if ((dst->sel = xfrmnl_sel_clone (src->sel)) == NULL) in xfrm_sp_clone()
Dsa.c137 if ((dst->sel = xfrmnl_sel_clone (src->sel)) == NULL) in xfrm_sa_clone()