Home
last modified time | relevance | path

Searched refs:xfrm_replay_state_esn (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/xfrm/
Dxfrm_replay.c27 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_seqhi()
177 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_bmp()
201 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_bmp()
245 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_advance_bmp()
292 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_bmp()
293 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp()
344 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_esn()
345 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_esn()
409 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_esn()
440 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_esn()
[all …]
Dxfrm_user.c122 struct xfrm_replay_state_esn *rs; in verify_replay()
404 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn, in xfrm_replay_verify_len()
407 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len()
429 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn, in xfrm_alloc_replay_state_esn()
430 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn()
433 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn()
505 struct xfrm_replay_state_esn *replay_esn; in xfrm_update_ae_params()
2564 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/Linux-v4.19/include/uapi/linux/
Dxfrm.h92 struct xfrm_replay_state_esn { struct
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c183 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in mlx5e_ipsec_set_iv_esn()
Dipsec.c117 struct xfrm_replay_state_esn *replay_esn; in mlx5e_ipsec_update_esn_state()
/Linux-v4.19/include/net/
Dxfrm.h197 struct xfrm_replay_state_esn *replay_esn;
201 struct xfrm_replay_state_esn *preplay_esn;
1843 static inline unsigned int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn) in xfrm_replay_state_esn_len()