Lines Matching defs:isnew
3039 int isnew;
3127 isnew = 1;
3129 isnew = 0;
3152 if (isnew == 0 && sah->state == SADB_SASTATE_DEAD) {
3157 if (isnew != 0) {
5347 int error, isnew;
5382 isnew = 2; /* SAH is new */
5384 isnew = 1; /* existing SAH is referenced */
5401 isnew = 0;
5488 if (isnew == 2) {
5495 * isnew == 1 -> @sah was referenced by key_getsah().
5496 * isnew == 0 -> we use the same @sah, that was used by @sav,
5524 if (isnew != 0)