Home | History | Annotate | Download | only in racoon

Lines Matching defs:new

292 	struct secpolicy *new;
294 new = racoon_calloc(1, sizeof(*new));
295 if (new == NULL)
298 return new;
381 inssp(new)
382 struct secpolicy *new;
388 if (new->spidx.priority < p->spidx.priority) {
389 TAILQ_INSERT_BEFORE(p, new, chain);
395 TAILQ_INSERT_TAIL(&sptree, new, chain);
428 struct ipsecrequest *new;
430 new = racoon_calloc(1, sizeof(*new));
431 if (new == NULL)
434 return new;