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

/freebsd-12-stable/sys/netipsec/
H A Dkeydb.h176 struct seclifetime *lft_h; /* HARD lifetime */ member in struct:secasvar
H A Dkey.c3100 if (sav->lft_h != NULL) {
3101 free(sav->lft_h, M_IPSEC_MISC);
3102 sav->lft_h = NULL;
3208 struct seclifetime *lft_h, *lft_s, *tmp; local
3218 lft_h = lft_s = NULL;
3239 lft_h = key_dup_lifemsg((const struct sadb_lifetime *)
3241 if (lft_h == NULL) {
3250 free(lft_h, M_IPSEC_MISC);
3261 tmp = sav->lft_h;
3262 sav->lft_h
[all...]
H A Dkey_debug.c863 if (sav->lft_h != NULL)
864 kdebug_sec_lifetime(sav->lft_h, " h_");

Completed in 106 milliseconds