XFRMA_REPLAY_VAL
[XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
case XFRMA_REPLAY_VAL:
ret = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay),
err = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay),
struct nlattr *rp = attrs[XFRMA_REPLAY_VAL];
[XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
if (attrs[XFRMA_REPLAY_VAL]) {
replay = nla_data(attrs[XFRMA_REPLAY_VAL]);
struct nlattr *rp = attrs[XFRMA_REPLAY_VAL];