Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_replay.c27 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_seqhi()
176 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_bmp()
200 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_bmp()
244 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_advance_bmp()
291 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_bmp()
292 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_bmp()
343 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_notify_esn()
344 struct xfrm_replay_state_esn *preplay_esn = x->preplay_esn; in xfrm_replay_notify_esn()
408 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_overflow_esn()
439 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_check_esn()
[all …]
Dxfrm_user.c122 struct xfrm_replay_state_esn *rs; in verify_replay()
403 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn, in xfrm_replay_verify_len()
406 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len()
421 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn, in xfrm_alloc_replay_state_esn()
422 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn()
425 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn()
497 struct xfrm_replay_state_esn *replay_esn; in xfrm_update_ae_params()
2398 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/linux-4.4.14/include/uapi/linux/
Dxfrm.h91 struct xfrm_replay_state_esn { struct
/linux-4.4.14/include/net/
Dxfrm.h187 struct xfrm_replay_state_esn *replay_esn;
191 struct xfrm_replay_state_esn *preplay_esn;
1715 static inline int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn) in xfrm_replay_state_esn_len()