Home | History | Annotate | Download | only in racoon

Lines Matching refs:ipsecrequest

1819 	 * - otherwise, we use the ones from the ipsecrequest, which means:
1825 * simplifies the lookup for the addresses in the ipsecrequest
3156 /* Given current ipsecrequest (isr_cur) to be migrated in considered
3165 struct ipsecrequest *isr_cur;
3247 * the corresponding ipsecrequest entry in the SP is updated. Associated
3257 struct ipsecrequest *isr_cur;
3259 isr_cur = sp->req; /* ipsecrequest list from from sp */
3267 "invalid ipsecrequest length. Exiting.\n");
3277 "invalid ipsecrequest length. Exiting.\n");
3281 /* Start by migrating current ipsecrequest from SP */
3293 isr_cur = isr_cur->next; /* Get next ipsecrequest from SP */
3300 "number of ipsecrequest does not match the one in SP.\n");
3368 struct ipsecrequest *isr_cur;
3794 struct ipsecrequest **p_isr = &new->req;