Home
last modified time | relevance | path

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

/Linux-v5.4/net/xfrm/
Dxfrm_replay.c15 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_seqhi()
165 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_bmp()
189 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_bmp()
233 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_advance_bmp()
280 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_bmp()
281 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp()
332 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_esn()
333 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_esn()
397 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_esn()
428 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_esn()
[all …]
Dxfrm_user.c123 struct xfrm_replay_state_esn *rs; in verify_replay()
424 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn, in xfrm_replay_verify_len()
427 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len()
449 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn, in xfrm_alloc_replay_state_esn()
450 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn()
453 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn()
525 struct xfrm_replay_state_esn *replay_esn; in xfrm_update_ae_params()
2577 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/Linux-v5.4/include/uapi/linux/
Dxfrm.h92 struct xfrm_replay_state_esn { struct
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c171 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-v5.4/include/net/
Dxfrm.h208 struct xfrm_replay_state_esn *replay_esn;
212 struct xfrm_replay_state_esn *preplay_esn;
1763 static inline unsigned int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn) in xfrm_replay_state_esn_len()