Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/networking/ !
Dxfrm_sync.txt86 b)replay value (XFRMA_REPLAY_VAL)
126 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
142 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
150 The message will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
157 The message will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
/linux-3.4.99/include/linux/ !
Dxfrm.h286 XFRMA_REPLAY_VAL, enumerator
/linux-3.4.99/net/xfrm/ !
Dxfrm_user.c467 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL]; in xfrm_update_ae_params()
1725 NLA_PUT(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), &x->replay); in build_aevent()
1799 struct nlattr *rp = attrs[XFRMA_REPLAY_VAL]; in xfrm_new_ae()
2262 [XFRMA_REPLAY_VAL] = { .len = sizeof(struct xfrm_replay_state) },