Lines Matching refs:xdst_prev
2546 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create() local
2574 if (!xdst_prev) in xfrm_bundle_create()
2580 xfrm_dst_set_child(xdst_prev, &xdst->u.dst); in xfrm_bundle_create()
2627 xdst_prev = xdst; in xfrm_bundle_create()
2635 xfrm_dst_set_child(xdst_prev, dst); in xfrm_bundle_create()
2646 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2647 xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) { in xfrm_bundle_create()
2648 err = xfrm_fill_dst(xdst_prev, dev, fl); in xfrm_bundle_create()
2652 xdst_prev->u.dst.header_len = header_len; in xfrm_bundle_create()
2653 xdst_prev->u.dst.trailer_len = trailer_len; in xfrm_bundle_create()
2654 header_len -= xdst_prev->u.dst.xfrm->props.header_len; in xfrm_bundle_create()
2655 trailer_len -= xdst_prev->u.dst.xfrm->props.trailer_len; in xfrm_bundle_create()