Searched refs:xfrm_replay_state (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dxfrm.h85 struct xfrm_replay_state { struct
/linux-master/net/xfrm/
H A Dxfrm_replay.c80 sizeof(struct xfrm_replay_state)) == 0) {
88 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state));
H A Dxfrm_compat.c113 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
H A Dxfrm_user.c641 struct xfrm_replay_state *replay;
2398 sizeof(struct xfrm_replay_state);
3033 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
3304 l += nla_total_size(sizeof(struct xfrm_replay_state));
/linux-master/include/net/
H A Dxfrm.h242 struct xfrm_replay_state replay;
246 struct xfrm_replay_state preplay;

Completed in 169 milliseconds