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.c114 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
H A Dxfrm_user.c421 struct xfrm_replay_state *replay;
737 struct xfrm_replay_state *replay;
2505 sizeof(struct xfrm_replay_state);
3148 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
3451 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 281 milliseconds