Home | History | Annotate | Download | only in racoon

Lines Matching full:isr_cur

3156 /* Given current ipsecrequest (isr_cur) to be migrated in considered
3163 migrate_ph2_one_isr(spid, isr_cur, xisr_old, xisr_new)
3165 struct ipsecrequest *isr_cur;
3168 struct secasindex *saidx = &isr_cur->saidx;
3181 if (isr_cur->saidx.reqid &&
3184 isr_cur->saidx.reqid != xisr_old->sadb_x_ipsecrequest_reqid ||
3185 isr_cur->saidx.reqid != xisr_new->sadb_x_ipsecrequest_reqid))
3257 struct ipsecrequest *isr_cur;
3259 isr_cur = sp->req; /* ipsecrequest list from from sp */
3261 while (xisr_list_len > 0 && isr_cur != NULL) {
3282 if (migrate_ph2_one_isr(sp->id, isr_cur, xisr_old, xisr_new) == -1) {
3293 isr_cur = isr_cur->next; /* Get next ipsecrequest from SP */
3298 if ((xisr_list_len != 0) || isr_cur != NULL) {
3368 struct ipsecrequest *isr_cur;