Lines Matching refs:t
1769 struct xfrm_tmpl *t = &xp->xfrm_vec[i]; in copy_templates() local
1771 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates()
1772 memcpy(&t->saddr, &ut->saddr, in copy_templates()
1774 t->reqid = ut->reqid; in copy_templates()
1775 t->mode = ut->mode; in copy_templates()
1776 t->share = ut->share; in copy_templates()
1777 t->optional = ut->optional; in copy_templates()
1778 t->aalgos = ut->aalgos; in copy_templates()
1779 t->ealgos = ut->ealgos; in copy_templates()
1780 t->calgos = ut->calgos; in copy_templates()
1782 t->allalgs = !~(t->aalgos & t->ealgos & t->calgos); in copy_templates()
1783 t->encap_family = ut->family; in copy_templates()
2750 struct xfrm_tmpl *t = &xp->xfrm_vec[i]; in xfrm_add_acquire() local
2751 memcpy(&x->id, &t->id, sizeof(x->id)); in xfrm_add_acquire()
2752 x->props.mode = t->mode; in xfrm_add_acquire()
2753 x->props.reqid = t->reqid; in xfrm_add_acquire()
2755 t->aalgos = ua->aalgos; in xfrm_add_acquire()
2756 t->ealgos = ua->ealgos; in xfrm_add_acquire()
2757 t->calgos = ua->calgos; in xfrm_add_acquire()
2758 err = km_query(x, t, xp); in xfrm_add_acquire()