HomeSort by: relevance | last modified time | path
    Searched refs:lft_c (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netipsec/
keydb.h 120 struct sadb_lifetime *lft_c; /* CURRENT lifetime, it's constant. */ member in struct:secasvar
124 /* percpu counters for lft_c->sadb_lifetime_{allocations,bytes} */
key.c 1377 * The list should be sorted by lft_c->sadb_lifetime_addtime
1384 sav->lft_c != NULL && next->lft_c != NULL) {
1385 KDASSERTMSG(sav->lft_c->sadb_lifetime_addtime <=
1386 next->lft_c->sadb_lifetime_addtime,
1389 sav->lft_c->sadb_lifetime_addtime,
1390 next->lft_c->sadb_lifetime_addtime);
3416 /* We don't allow lft_c to be NULL */
3417 newsav->lft_c = kmem_zalloc(sizeof(struct sadb_lifetime),
3674 if (sav->lft_c != NULL
    [all...]
key_debug.c 546 if (sav->lft_c != NULL)
547 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_c);
  /src/crypto/dist/ipsec-tools/src/libipsec/
key_debug.c 738 if (sav->lft_c != NULL)
739 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_c);

Completed in 18 milliseconds