Home | History | Annotate | Download | only in netipsec

Lines Matching refs:lft_h

3599 	if (sav->lft_h != NULL)
3600 kmem_free(sav->lft_h, sizeof(*(sav->lft_h)));
3781 sav->lft_h = key_newbuf(lft0, sizeof(*lft0));
3987 if (!sav->lft_h)
3989 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_h)->sadb_ext_len);
3990 p = sav->lft_h;
5098 if (sav->lft_h == NULL)
5104 if (sav->lft_h->sadb_lifetime_addtime != 0 &&
5105 now - sav->created > sav->lft_h->sadb_lifetime_addtime) {
5135 if (sav->lft_h->sadb_lifetime_bytes == 0 ||
5136 sav->lft_h->sadb_lifetime_bytes >= lft_c_bytes)