Lines Matching refs:kp
1533 struct xfrm_tmpl *kp = &xp->xfrm_vec[i]; in copy_to_user_tmpl() local
1536 memcpy(&up->id, &kp->id, sizeof(up->id)); in copy_to_user_tmpl()
1537 up->family = kp->encap_family; in copy_to_user_tmpl()
1538 memcpy(&up->saddr, &kp->saddr, sizeof(up->saddr)); in copy_to_user_tmpl()
1539 up->reqid = kp->reqid; in copy_to_user_tmpl()
1540 up->mode = kp->mode; in copy_to_user_tmpl()
1541 up->share = kp->share; in copy_to_user_tmpl()
1542 up->optional = kp->optional; in copy_to_user_tmpl()
1543 up->aalgos = kp->aalgos; in copy_to_user_tmpl()
1544 up->ealgos = kp->ealgos; in copy_to_user_tmpl()
1545 up->calgos = kp->calgos; in copy_to_user_tmpl()