Searched refs:preplay_esn (Results 1 – 3 of 3) sorted by relevance
290 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp() local305 ((replay_esn->seq - preplay_esn->seq < x->replay_maxdiff) && in xfrm_replay_notify_bmp()306 (replay_esn->oseq - preplay_esn->oseq in xfrm_replay_notify_bmp()317 if (memcmp(x->replay_esn, x->preplay_esn, in xfrm_replay_notify_bmp()326 memcpy(x->preplay_esn, x->replay_esn, in xfrm_replay_notify_bmp()342 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_esn() local357 if (replay_esn->seq_hi == preplay_esn->seq_hi) in xfrm_replay_notify_esn()358 seq_diff = replay_esn->seq - preplay_esn->seq; in xfrm_replay_notify_esn()360 seq_diff = ~preplay_esn->seq + replay_esn->seq in xfrm_replay_notify_esn()363 if (replay_esn->oseq_hi == preplay_esn->oseq_hi) in xfrm_replay_notify_esn()[all …]
403 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn() argument430 *preplay_esn = pp; in xfrm_alloc_replay_state_esn()482 memcpy(x->preplay_esn, replay_esn, in xfrm_update_ae_params()575 if ((err = xfrm_alloc_replay_state_esn(&x->replay_esn, &x->preplay_esn, in xfrm_state_construct()
341 kfree(x->preplay_esn); in xfrm_state_gc_destroy()