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

/linux-master/net/xfrm/
H A Dxfrm_replay.c15 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
192 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
217 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
261 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
308 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
309 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn;
360 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
361 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn;
425 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
456 struct xfrm_replay_state_esn *replay_es
[all...]
H A Dxfrm_user.c137 struct xfrm_replay_state_esn *rs;
517 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn,
521 struct xfrm_replay_state_esn *up;
555 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn,
556 struct xfrm_replay_state_esn **preplay_esn,
559 struct xfrm_replay_state_esn *p, *pp, *up;
632 struct xfrm_replay_state_esn *replay_esn;
3043 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
H A Dxfrm_compat.c123 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/linux-master/include/uapi/linux/
H A Dxfrm.h93 struct xfrm_replay_state_esn { struct
308 XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c156 struct xfrm_replay_state_esn *replay_esn = x->replay_esn;
/linux-master/include/net/
H A Dxfrm.h243 struct xfrm_replay_state_esn *replay_esn;
247 struct xfrm_replay_state_esn *preplay_esn;
1877 static inline unsigned int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn)

Completed in 345 milliseconds