Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c2619 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() local
2647 xdst0 = xdst; in xfrm_bundle_create()
2710 xdst0->path = dst; in xfrm_bundle_create()
2717 xfrm_init_path(xdst0, dst, nfheader_len); in xfrm_bundle_create()
2720 for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst; in xfrm_bundle_create()
2732 return &xdst0->u.dst; in xfrm_bundle_create()
2738 if (xdst0) in xfrm_bundle_create()
2739 dst_release_immediate(&xdst0->u.dst); in xfrm_bundle_create()

Completed in 10 milliseconds