Searched refs:replay_maxage (Results 1 – 4 of 4) sorted by relevance
90 if (x->replay_maxage && in xfrm_replay_notify()91 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()334 if (x->replay_maxage && in xfrm_replay_notify_bmp()335 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()400 if (x->replay_maxage && in xfrm_replay_notify_esn()401 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
491 x->replay_maxage = 0; in xfrm_state_alloc()961 if (x->replay_maxage) in __xfrm_state_insert()962 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()1207 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
496 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params()572 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct()1839 x->replay_maxage * 10 / HZ); in build_aevent()
201 u32 replay_maxage; member