Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2625 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create() local
2653 if (!xdst_prev) in xfrm_bundle_create()
2659 xfrm_dst_set_child(xdst_prev, &xdst->u.dst); in xfrm_bundle_create()
2710 xdst_prev = xdst; in xfrm_bundle_create()
2718 xfrm_dst_set_child(xdst_prev, dst); in xfrm_bundle_create()
2729 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2730 xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) { in xfrm_bundle_create()
2731 err = xfrm_fill_dst(xdst_prev, dev, fl); in xfrm_bundle_create()
2735 xdst_prev->u.dst.header_len = header_len; in xfrm_bundle_create()
2736 xdst_prev->u.dst.trailer_len = trailer_len; in xfrm_bundle_create()
[all …]