copytransforms
struct ipsec_transforms *copytransforms(const struct ipsec_transforms *);
r->xfs = copytransforms(rule->xfs);
r->p1xfs = copytransforms(rule->p1xfs);
r->p2xfs = copytransforms(rule->p2xfs);
reverse->xfs = copytransforms(rule->xfs);