Home
last modified time | relevance | path

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

/linux-4.1.27/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.c121 struct xfrm_replay_state_esn *rs; in verify_replay()
377 static inline int xfrm_replay_verify_len(struct xfrm_replay_state_esn *replay_esn, in xfrm_replay_verify_len()
380 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len()
395 static int xfrm_alloc_replay_state_esn(struct xfrm_replay_state_esn **replay_esn, in xfrm_alloc_replay_state_esn()
396 struct xfrm_replay_state_esn **preplay_esn, in xfrm_alloc_replay_state_esn()
399 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn()
471 struct xfrm_replay_state_esn *replay_esn; in xfrm_update_ae_params()
2373 [XFRMA_REPLAY_ESN_VAL] = { .len = sizeof(struct xfrm_replay_state_esn) },
/linux-4.1.27/include/uapi/linux/
Dxfrm.h91 struct xfrm_replay_state_esn { struct
/linux-4.1.27/include/net/
Dxfrm.h186 struct xfrm_replay_state_esn *replay_esn;
190 struct xfrm_replay_state_esn *preplay_esn;
1704 static inline int xfrm_replay_state_esn_len(struct xfrm_replay_state_esn *replay_esn) in xfrm_replay_state_esn_len()