Searched refs:replay_maxage (Results 1 – 3 of 3) 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()
757 x->replay_maxage = 0; in xfrm_state_alloc()1751 if (x->replay_maxage) in __xfrm_state_insert()1752 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()2045 x->replay_maxage = orig->replay_maxage; in xfrm_state_clone()
270 u32 replay_maxage; member