Searched refs:XFRMA_REPLAY_VAL (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/xfrm/
H A Dxfrm_compat.c113 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
255 case XFRMA_REPLAY_VAL:
H A Dxfrm_user.c624 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL];
1167 ret = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay),
2433 err = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay),
2524 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL];
3033 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
/linux-master/include/uapi/linux/
H A Dxfrm.h295 XFRMA_REPLAY_VAL, enumerator in enum:xfrm_attr_type_t

Completed in 256 milliseconds