Home
last modified time | relevance | path

Searched refs:preplay_esn (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/net/xfrm/
Dxfrm_replay.c289 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp() local
304 (replay_esn->seq - preplay_esn->seq < x->replay_maxdiff) && in xfrm_replay_notify_bmp()
305 (replay_esn->oseq - preplay_esn->oseq < x->replay_maxdiff)) { in xfrm_replay_notify_bmp()
315 if (memcmp(x->replay_esn, x->preplay_esn, in xfrm_replay_notify_bmp()
324 memcpy(x->preplay_esn, x->replay_esn, in xfrm_replay_notify_bmp()
Dxfrm_user.c387 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn() argument
408 *preplay_esn = pp; in xfrm_alloc_replay_state_esn()
458 memcpy(x->preplay_esn, replay_esn, in xfrm_update_ae_params()
545 if ((err = xfrm_alloc_replay_state_esn(&x->replay_esn, &x->preplay_esn, in xfrm_state_construct()
Dxfrm_state.c360 kfree(x->preplay_esn); in xfrm_state_gc_destroy()
/linux-3.3/include/net/
Dxfrm.h193 struct xfrm_replay_state_esn *preplay_esn; member
1635 x->preplay_esn = kmemdup(x->replay_esn, in xfrm_replay_clone()
1638 if (!x->preplay_esn) { in xfrm_replay_clone()