Searched refs:dst_prev (Results 1 – 1 of 1) sorted by relevance
1662 struct dst_entry *dst_prev = NULL; in xfrm_bundle_create() local1703 if (!dst_prev) in xfrm_bundle_create()1706 dst_prev->child = dst_clone(dst1); in xfrm_bundle_create()1733 dst1->next = dst_prev; in xfrm_bundle_create()1734 dst_prev = dst1; in xfrm_bundle_create()1742 dst_prev->child = dst; in xfrm_bundle_create()1751 xfrm_init_pmtu(dst_prev); in xfrm_bundle_create()1753 for (dst_prev = dst0; dst_prev != dst; dst_prev = dst_prev->child) { in xfrm_bundle_create()1754 struct xfrm_dst *xdst = (struct xfrm_dst *)dst_prev; in xfrm_bundle_create()1760 dst_prev->header_len = header_len; in xfrm_bundle_create()[all …]