xfrm_replay_state
struct xfrm_replay_state replay;
struct xfrm_replay_state preplay;
[XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
sizeof(struct xfrm_replay_state)) == 0) {
memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state));
sizeof(struct xfrm_replay_state);
[XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
l += nla_total_size(sizeof(struct xfrm_replay_state));
struct xfrm_replay_state *replay;
struct xfrm_replay_state *replay;