Home | History | Annotate | Download | only in netipsec

Lines Matching refs:replay

3578  * sav->replay, sav->key_* and sav->lft_*.
3587 if (sav->replay != NULL)
3588 kmem_free(sav->replay, sav->replay_len);
3642 /* replay window */
3646 sav->replay = kmem_zalloc(len, KM_SLEEP);
3649 sav->replay->bitmap = (char*)(sav->replay+1);
3650 sav->replay->wsize = sa0->sadb_sa_replay;
3935 sav->replay ? sav->replay->count : 0,
4285 p->sadb_sa_replay = (sav->replay != NULL ? sav->replay->wsize : 0);
6717 * XXX replay checking?
7464 sav->replay ? sav->replay->count : 0, sav->sah->saidx.reqid);