Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c3251 if (sav->lft_h != NULL) { in key_cleansav()
3252 free(sav->lft_h, M_IPSEC_MISC); in key_cleansav()
3253 sav->lft_h = NULL; in key_cleansav()
3368 struct seclifetime *lft_h, *lft_s, *tmp; in key_updatelifetimes() local
3378 lft_h = lft_s = NULL; in key_updatelifetimes()
3399 lft_h = key_dup_lifemsg((const struct sadb_lifetime *) in key_updatelifetimes()
3401 if (lft_h == NULL) { in key_updatelifetimes()
3410 free(lft_h, M_IPSEC_MISC); in key_updatelifetimes()
3421 tmp = sav->lft_h; in key_updatelifetimes()
3422 sav->lft_h = lft_h; in key_updatelifetimes()
[all …]
H A Dkeydb.h179 struct seclifetime *lft_h; /* HARD lifetime */
176 struct seclifetime *lft_h; /* HARD lifetime */ global() member
H A Dkey_debug.c870 if (sav->lft_h != NULL) in kdebug_secasv()
871 kdebug_sec_lifetime(sav->lft_h, " h_"); in kdebug_secasv()