Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_replay.c15 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_seqhi()
166 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_bmp()
191 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_bmp()
235 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_advance_bmp()
282 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_bmp()
283 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp()
334 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_esn()
335 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_esn()
399 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_esn()
430 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_esn()
[all …]
H A Dxfrm_user.c124 struct xfrm_replay_state_esn *rs; in verify_replay()
425 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn, in xfrm_replay_verify_len()
428 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len()
450 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn, in xfrm_alloc_replay_state_esn()
451 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn()
454 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn()
526 struct xfrm_replay_state_esn *replay_esn; in xfrm_update_ae_params()
2639 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
H A Dxfrm_compat.c122 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dxfrm.h92 struct xfrm_replay_state_esn { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dxfrm.h92 struct xfrm_replay_state_esn { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dxfrm.h92 struct xfrm_replay_state_esn { struct
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h211 struct xfrm_replay_state_esn *replay_esn;
215 struct xfrm_replay_state_esn *preplay_esn;
1766 static inline unsigned int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn) in xfrm_replay_state_esn_len()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c113 struct xfrm_replay_state_esn *replay_esn; in mlx5e_ipsec_update_esn_state()
H A Dipsec_rxtx.c171 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in mlx5e_ipsec_set_iv_esn()