Searched refs:replay_maxage (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_replay.c | 45 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify() 79 if (x->replay_maxage && in xfrm_replay_notify() 80 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify() 289 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify_bmp() 325 if (x->replay_maxage && in xfrm_replay_notify_bmp() 326 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp() 341 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify_esn() 391 if (x->replay_maxage && in xfrm_replay_notify_esn() 392 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
|
H A D | xfrm_state.c | 632 x->replay_maxage = 0; in xfrm_state_alloc() 1267 if (x->replay_maxage) in __xfrm_state_insert() 1268 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert() 1553 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
|
H A D | xfrm_user.c | 556 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params() 653 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct() 2178 x->replay_maxage * 10 / HZ); in build_aevent()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_replay.c | 48 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify() 93 if (x->replay_maxage && in xfrm_replay_notify() 94 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify() 315 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify_bmp() 351 if (x->replay_maxage && in xfrm_replay_notify_bmp() 352 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp() 367 * 2. if x->replay_maxage has elapsed since last update, in xfrm_replay_notify_esn() 417 if (x->replay_maxage && in xfrm_replay_notify_esn() 418 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
|
H A D | xfrm_state.c | 678 x->replay_maxage = 0; in xfrm_state_alloc() 1449 if (x->replay_maxage) in __xfrm_state_insert() 1450 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert() 1737 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
|
H A D | xfrm_user.c | 657 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params() 755 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct() 2447 x->replay_maxage * 10 / HZ); in build_aevent()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 231 u32 replay_maxage; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 255 u32 replay_maxage; member
|
Completed in 26 milliseconds