Searched refs:replay_maxage (Results 1 – 4 of 4) sorted by relevance
79 if (x->replay_maxage && in xfrm_replay_notify()80 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()325 if (x->replay_maxage && in xfrm_replay_notify_bmp()326 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()391 if (x->replay_maxage && in xfrm_replay_notify_esn()392 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
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()
551 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params()645 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct()2067 x->replay_maxage * 10 / HZ); in build_aevent()
226 u32 replay_maxage; member