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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h99 struct sadb_lifetime *lft_s; /* SOFT lifetime */ member in struct:secasvar
H A Dkey.c3423 if (sav->lft_s != NULL) {
3424 KFREE(sav->lft_s);
3425 sav->lft_s = NULL;
3599 sav->lft_s = NULL;
3833 sav->lft_s = (struct sadb_lifetime *)key_newbuf(lft0,
3835 if (sav->lft_s == NULL) {
3879 if (sav->lft_s != NULL) {
3880 KFREE(sav->lft_s);
3881 sav->lft_s = NULL;
3930 sav->lft_s
[all...]
H A Dkey_debug.c627 if (sav->lft_s != NULL)
628 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_s);

Completed in 25 milliseconds