Home
last modified time | relevance | path

Searched refs:lft_s (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dkeydb.h177 struct seclifetime *lft_s; /* SOFT lifetime */ member
H A Dkey.c3085 if (sav->lft_s != NULL) { in key_cleansav()
3087 sav->lft_s = NULL; in key_cleansav()
3199 lft_h = lft_s = NULL; in key_updatelifetimes()
3229 if (lft_s == NULL) { in key_updatelifetimes()
3246 tmp = sav->lft_s; in key_updatelifetimes()
3247 sav->lft_s = lft_s; in key_updatelifetimes()
3248 lft_s = tmp; in key_updatelifetimes()
3252 if (lft_s != NULL) in key_updatelifetimes()
3253 free(lft_s, M_IPSEC_MISC); in key_updatelifetimes()
3260 sav->lft_s = lft_s; in key_updatelifetimes()
[all …]
H A Dkey_debug.c864 if (sav->lft_s != NULL) in kdebug_secasv()
865 kdebug_sec_lifetime(sav->lft_s, " s_"); in kdebug_secasv()