Searched refs:replay_maxdiff (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_replay.c | 43 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify() 53 if (!x->replay_maxdiff || in xfrm_replay_notify() 54 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 55 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 287 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify_bmp() 297 if (!x->replay_maxdiff || in xfrm_replay_notify_bmp() 298 ((replay_esn->seq - preplay_esn->seq < x->replay_maxdiff) && in xfrm_replay_notify_bmp() 300 < x->replay_maxdiff))) { in xfrm_replay_notify_bmp() 339 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify_esn() 349 if (x->replay_maxdiff) { in xfrm_replay_notify_esn() [all...] |
H A D | xfrm_user.c | 559 x->replay_maxdiff = nla_get_u32(rt); in xfrm_update_ae_params() 651 x->replay_maxdiff = net->xfrm.sysctl_aevent_rseqth; in xfrm_state_construct() 2172 err = nla_put_u32(skb, XFRMA_REPLAY_THRESH, x->replay_maxdiff); in build_aevent()
|
H A D | xfrm_state.c | 633 x->replay_maxdiff = 0; in xfrm_state_alloc() 1552 x->replay_maxdiff = orig->replay_maxdiff; in xfrm_state_clone()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_replay.c | 46 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify() 67 if (!x->replay_maxdiff || in xfrm_replay_notify() 68 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 69 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 313 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify_bmp() 323 if (!x->replay_maxdiff || in xfrm_replay_notify_bmp() 324 ((replay_esn->seq - preplay_esn->seq < x->replay_maxdiff) && in xfrm_replay_notify_bmp() 326 < x->replay_maxdiff))) { in xfrm_replay_notify_bmp() 365 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify_esn() 375 if (x->replay_maxdiff) { in xfrm_replay_notify_esn() [all...] |
H A D | xfrm_state.c | 679 x->replay_maxdiff = 0; in xfrm_state_alloc() 1736 x->replay_maxdiff = orig->replay_maxdiff; in xfrm_state_clone()
|
H A D | xfrm_user.c | 660 x->replay_maxdiff = nla_get_u32(rt); in xfrm_update_ae_params() 753 x->replay_maxdiff = net->xfrm.sysctl_aevent_rseqth; in xfrm_state_construct() 2441 err = nla_put_u32(skb, XFRMA_REPLAY_THRESH, x->replay_maxdiff); in build_aevent()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 232 u32 replay_maxdiff; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 256 u32 replay_maxdiff; member
|
Completed in 33 milliseconds