Lines Matching defs:expire

145  * lifetimes, we do a saturating add for expire times.
3344 * copy, the SA will expire when/if the IV ever
3724 * Send up a PF_KEY expire message for this association.
3732 sadb_lifetime_t *current, *expire;
3750 alloclen = sizeof (*samsg) + sizeof (*current) + sizeof (*expire) +
3832 expire = (sadb_lifetime_t *)mp->b_wptr;
3833 mp->b_wptr += sizeof (*expire);
3834 expire->sadb_lifetime_len = SADB_8TO64(sizeof (*expire));
3837 expire->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD;
3838 expire->sadb_lifetime_allocations = assoc->ipsa_hardalloc;
3839 expire->sadb_lifetime_bytes = assoc->ipsa_hardbyteslt;
3840 expire->sadb_lifetime_addtime = assoc->ipsa_hardaddlt;
3841 expire->sadb_lifetime_usetime = assoc->ipsa_harduselt;
3843 expire->sadb_lifetime_exttype = SADB_EXT_LIFETIME_SOFT;
3844 expire->sadb_lifetime_allocations = assoc->ipsa_softalloc;
3845 expire->sadb_lifetime_bytes = assoc->ipsa_softbyteslt;
3846 expire->sadb_lifetime_addtime = assoc->ipsa_softaddlt;
3847 expire->sadb_lifetime_usetime = assoc->ipsa_softuselt;
3850 expire->sadb_lifetime_exttype = SADB_X_EXT_LIFETIME_IDLE;
3851 expire->sadb_lifetime_allocations = 0;
3852 expire->sadb_lifetime_bytes = 0;
3853 expire->sadb_lifetime_addtime = assoc->ipsa_idleaddlt;
3854 expire->sadb_lifetime_usetime = assoc->ipsa_idleuselt;
3989 * Return "assoc" if haspeer is true and I send an expire. This allows
4061 * expire messages from effectively the same SA.
4064 * be able to soft expire at different times.
6189 * expire time ala. sadb_replay_delete() and return.
6216 * hard-expire lifetime (time_t)1, ensuring deletion by the *_ager().
7583 * to determine its direction) are placed on a list when they expire. This is
7585 * expire at different times.