Searched refs:xdst0 (Results 1 – 1 of 1) sorted by relevance
2544 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() local2572 xdst0 = xdst; in xfrm_bundle_create()2635 xdst0->path = dst; in xfrm_bundle_create()2642 xfrm_init_path(xdst0, dst, nfheader_len); in xfrm_bundle_create()2645 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()2657 return &xdst0->u.dst; in xfrm_bundle_create()2663 if (xdst0) in xfrm_bundle_create()2664 dst_release_immediate(&xdst0->u.dst); in xfrm_bundle_create()