Searched refs:dst_prev (Results 1 – 1 of 1) sorted by relevance
1643 struct dst_entry *dst_prev = NULL; in xfrm_bundle_create() local1684 if (!dst_prev) in xfrm_bundle_create()1687 dst_prev->child = dst_clone(dst1); in xfrm_bundle_create()1714 dst1->next = dst_prev; in xfrm_bundle_create()1715 dst_prev = dst1; in xfrm_bundle_create()1723 dst_prev->child = dst; in xfrm_bundle_create()1732 xfrm_init_pmtu(dst_prev); in xfrm_bundle_create()1734 for (dst_prev = dst0; dst_prev != dst; dst_prev = dst_prev->child) { in xfrm_bundle_create()1735 struct xfrm_dst *xdst = (struct xfrm_dst *)dst_prev; in xfrm_bundle_create()1741 dst_prev->header_len = header_len; in xfrm_bundle_create()[all …]