Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c2547 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() local
2575 xdst0 = xdst; in xfrm_bundle_create()
2636 xdst0->path = dst; in xfrm_bundle_create()
2643 xfrm_init_path(xdst0, dst, nfheader_len); in xfrm_bundle_create()
2646 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2658 return &xdst0->u.dst; in xfrm_bundle_create()
2664 if (xdst0) in xfrm_bundle_create()
2665 dst_release_immediate(&xdst0->u.dst); in xfrm_bundle_create()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c2626 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() local
2654 xdst0 = xdst; in xfrm_bundle_create()
2719 xdst0->path = dst; in xfrm_bundle_create()
2726 xfrm_init_path(xdst0, dst, nfheader_len); in xfrm_bundle_create()
2729 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2741 return &xdst0->u.dst; in xfrm_bundle_create()
2747 if (xdst0) in xfrm_bundle_create()
2748 dst_release_immediate(&xdst0->u.dst); in xfrm_bundle_create()

Completed in 17 milliseconds