Home
last modified time | relevance | path

Searched refs:XFRMA_REPLAY_VAL (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/networking/
Dxfrm_sync.rst94 b)replay value (XFRMA_REPLAY_VAL)
140 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
160 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
169 The message will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
177 The message will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
/linux-6.12.1/net/xfrm/
Dxfrm_compat.c114 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
258 case XFRMA_REPLAY_VAL: in xfrm_xlate64_attr()
Dxfrm_user.c424 if (attrs[XFRMA_REPLAY_VAL]) { in verify_newsa_info()
427 replay = nla_data(attrs[XFRMA_REPLAY_VAL]); in verify_newsa_info()
724 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL]; in xfrm_update_ae_params()
1276 ret = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in copy_to_user_state_extra()
2557 err = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in build_aevent()
2654 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL]; in xfrm_new_ae()
3164 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },
/linux-6.12.1/include/uapi/linux/
Dxfrm.h300 XFRMA_REPLAY_VAL, enumerator