Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkeydb.h176 struct seclifetime *lft_h; /* HARD lifetime */ member
H A Dkey.c3081 if (sav->lft_h != NULL) { in key_cleansav()
3083 sav->lft_h = NULL; in key_cleansav()
3199 lft_h = lft_s = NULL; in key_updatelifetimes()
3222 if (lft_h == NULL) { in key_updatelifetimes()
3242 tmp = sav->lft_h; in key_updatelifetimes()
3243 sav->lft_h = lft_h; in key_updatelifetimes()
3244 lft_h = tmp; in key_updatelifetimes()
3250 if (lft_h != NULL) in key_updatelifetimes()
3259 sav->lft_h = lft_h; in key_updatelifetimes()
3633 if (!sav->lft_h) in key_setdumpsa()
[all …]
H A Dkey_debug.c862 if (sav->lft_h != NULL) in kdebug_secasv()
863 kdebug_sec_lifetime(sav->lft_h, " h_"); in kdebug_secasv()