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

/net/xfrm/
H A Dxfrm_policy.c1926 struct xfrm_dst *xdst, *new_xdst; local
1965 new_xdst = xfrm_resolve_and_create_bundle(pols, num_pols, fl, family, dst_orig);
1966 if (IS_ERR(new_xdst)) {
1967 err = PTR_ERR(new_xdst);
1974 } else if (new_xdst == NULL) {
1992 dst_hold(&new_xdst->u.dst);
1993 return &new_xdst->flo;

Completed in 7 milliseconds