Searched refs:lft_s (Results 1 – 3 of 3) sorted by relevance
3104 if (sav->lft_s != NULL) { in key_cleansav()3105 free(sav->lft_s, M_IPSEC_MISC); in key_cleansav()3106 sav->lft_s = NULL; in key_cleansav()3208 struct seclifetime *lft_h, *lft_s, *tmp; in key_updatelifetimes() local3218 lft_h = lft_s = NULL; in key_updatelifetimes()3246 lft_s = key_dup_lifemsg((const struct sadb_lifetime *) in key_updatelifetimes()3248 if (lft_s == NULL) { in key_updatelifetimes()3265 tmp = sav->lft_s; in key_updatelifetimes()3266 sav->lft_s = lft_s; in key_updatelifetimes()3267 lft_s = tmp; in key_updatelifetimes()[all …]
177 struct seclifetime *lft_s; /* SOFT lifetime */ member
865 if (sav->lft_s != NULL) in kdebug_secasv()866 kdebug_sec_lifetime(sav->lft_s, " s_"); in kdebug_secasv()