Home
last modified time | relevance | path

Searched refs:xfrm_dst_set_child (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2683 xfrm_dst_set_child(xdst_prev, &xdst->u.dst); in xfrm_bundle_create()
2742 xfrm_dst_set_child(xdst_prev, dst); in xfrm_bundle_create()
3028 xfrm_dst_set_child(xdst, dst); in xfrm_create_dummy_bundle()
/openbmc/linux/include/net/
H A Dxfrm.h999 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() function