Lines Matching refs:kp
2025 struct xfrm_tmpl *kp = &xp->xfrm_vec[i]; in copy_to_user_tmpl() local
2028 memcpy(&up->id, &kp->id, sizeof(up->id)); in copy_to_user_tmpl()
2029 up->family = kp->encap_family; in copy_to_user_tmpl()
2030 memcpy(&up->saddr, &kp->saddr, sizeof(up->saddr)); in copy_to_user_tmpl()
2031 up->reqid = kp->reqid; in copy_to_user_tmpl()
2032 up->mode = kp->mode; in copy_to_user_tmpl()
2033 up->share = kp->share; in copy_to_user_tmpl()
2034 up->optional = kp->optional; in copy_to_user_tmpl()
2035 up->aalgos = kp->aalgos; in copy_to_user_tmpl()
2036 up->ealgos = kp->ealgos; in copy_to_user_tmpl()
2037 up->calgos = kp->calgos; in copy_to_user_tmpl()