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()323 if (x->replay_maxage && in xfrm_replay_notify_bmp()324 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()389 if (x->replay_maxage && in xfrm_replay_notify_esn()390 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
633 x->replay_maxage = 0; in xfrm_state_alloc()1260 if (x->replay_maxage) in __xfrm_state_insert()1261 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()1520 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
550 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params()644 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct()2015 x->replay_maxage * 10 / HZ); in build_aevent()
223 u32 replay_maxage; member