Home
last modified time | relevance | path

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

/Linux-v5.10/net/xfrm/
Dxfrm_policy.c2538 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() local
2566 xdst0 = xdst; in xfrm_bundle_create()
2627 xdst0->path = dst; in xfrm_bundle_create()
2634 xfrm_init_path(xdst0, dst, nfheader_len); in xfrm_bundle_create()
2637 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2649 return &xdst0->u.dst; in xfrm_bundle_create()
2655 if (xdst0) in xfrm_bundle_create()
2656 dst_release_immediate(&xdst0->u.dst); in xfrm_bundle_create()