Searched refs:replay_maxage (Results 1 – 4 of 4) sorted by relevance
93 if (x->replay_maxage && in xfrm_replay_notify()94 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()351 if (x->replay_maxage && in xfrm_replay_notify_bmp()352 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()417 if (x->replay_maxage && in xfrm_replay_notify_esn()418 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
655 x->replay_maxage = 0; in xfrm_state_alloc()1302 if (x->replay_maxage) in __xfrm_state_insert()1303 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()1588 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
644 x->replay_maxage = nla_get_u32(et); in xfrm_update_ae_params()742 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M; in xfrm_state_construct()2356 x->replay_maxage * 10 / HZ); in build_aevent()
242 u32 replay_maxage; member