Searched refs:lft_h (Results 1 – 3 of 3) sorted by relevance
3136 if (sav->lft_h != NULL) { in key_cleansav()3137 free(sav->lft_h, M_IPSEC_MISC); in key_cleansav()3138 sav->lft_h = NULL; in key_cleansav()3244 struct seclifetime *lft_h, *lft_s, *tmp; in key_updatelifetimes() local3254 lft_h = lft_s = NULL; in key_updatelifetimes()3275 lft_h = key_dup_lifemsg((const struct sadb_lifetime *) in key_updatelifetimes()3277 if (lft_h == NULL) { in key_updatelifetimes()3286 free(lft_h, M_IPSEC_MISC); in key_updatelifetimes()3297 tmp = sav->lft_h; in key_updatelifetimes()3298 sav->lft_h = lft_h; in key_updatelifetimes()[all …]
176 struct seclifetime *lft_h; /* HARD lifetime */ member
865 if (sav->lft_h != NULL) in kdebug_secasv()866 kdebug_sec_lifetime(sav->lft_h, " h_"); in kdebug_secasv()