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

/freebsd-12-stable/sys/netipsec/
H A Dkeydb.h177 struct seclifetime *lft_s; /* SOFT lifetime */ member in struct:secasvar
H A Dkey.c3104 if (sav->lft_s != NULL) {
3105 free(sav->lft_s, M_IPSEC_MISC);
3106 sav->lft_s = NULL;
3208 struct seclifetime *lft_h, *lft_s, *tmp; local
3218 lft_h = lft_s = NULL;
3246 lft_s = key_dup_lifemsg((const struct sadb_lifetime *)
3248 if (lft_s == NULL) {
3265 tmp = sav->lft_s;
3266 sav->lft_s = lft_s;
[all...]
H A Dkey_debug.c865 if (sav->lft_s != NULL)
866 kdebug_sec_lifetime(sav->lft_s, " s_");

Completed in 65 milliseconds