Home | History | Annotate | Download | only in racoon

Lines Matching refs:next

307 	struct sainfo *s, *next;
309 for (s = LIST_FIRST(&sitree); s; s = next) {
310 next = LIST_NEXT(s, chain);
338 struct sainfoalg *a, *next;
340 for (a = alg; a; a = next) {
341 next = a->next;
353 for (a = *head; a && a->next; a = a->next)
356 a->next = new;