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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h98 struct sadb_lifetime *lft_h; /* HARD lifetime */ member in struct:secasvar
H A Dkey.c3419 if (sav->lft_h != NULL) {
3420 KFREE(sav->lft_h);
3421 sav->lft_h = NULL;
3598 sav->lft_h = NULL;
3815 sav->lft_h = (struct sadb_lifetime *)key_newbuf(lft0,
3817 if (sav->lft_h == NULL) {
3875 if (sav->lft_h != NULL) {
3876 KFREE(sav->lft_h);
3877 sav->lft_h = NULL;
3929 sav->lft_h
[all...]
H A Dkey_debug.c625 if (sav->lft_h != NULL)
626 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_h);

Completed in 84 milliseconds