Searched refs:replay_maxage (Results 1 – 4 of 4) sorted by relevance
91 if (x->replay_maxage && in xfrm_replay_notify()92 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()335 if (x->replay_maxage && in xfrm_replay_notify_bmp()336 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()401 if (x->replay_maxage && in xfrm_replay_notify_esn()402 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
585 x->replay_maxage = 0; in xfrm_state_alloc()1149 if (x->replay_maxage) in __xfrm_state_insert()1150 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()1407 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
530 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params()624 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct()2002 x->replay_maxage * 10 / HZ); in build_aevent()
212 u32 replay_maxage; member