Lines Matching refs:kp
1556 struct xfrm_tmpl *kp = &xp->xfrm_vec[i]; in copy_to_user_tmpl() local
1559 memcpy(&up->id, &kp->id, sizeof(up->id)); in copy_to_user_tmpl()
1560 up->family = kp->encap_family; in copy_to_user_tmpl()
1561 memcpy(&up->saddr, &kp->saddr, sizeof(up->saddr)); in copy_to_user_tmpl()
1562 up->reqid = kp->reqid; in copy_to_user_tmpl()
1563 up->mode = kp->mode; in copy_to_user_tmpl()
1564 up->share = kp->share; in copy_to_user_tmpl()
1565 up->optional = kp->optional; in copy_to_user_tmpl()
1566 up->aalgos = kp->aalgos; in copy_to_user_tmpl()
1567 up->ealgos = kp->ealgos; in copy_to_user_tmpl()
1568 up->calgos = kp->calgos; in copy_to_user_tmpl()