Searched refs:idents (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h59 struct sadb_ident *idents; /* source identity */ member in struct:secashead
H A Dkey.c6443 sah->idents = NULL;
6473 sah->idents = NULL;
6479 KMALLOC_NOWAIT(sah->idents, struct sadb_ident *, idsrclen);
6480 if (sah->idents == NULL) {
6482 KMALLOC_WAIT(sah->idents, struct sadb_ident *, idsrclen);
6484 if (sah->idents == NULL) {
6495 KFREE(sah->idents);
6496 sah->idents = NULL;
6501 bcopy(idsrc, sah->idents, idsrclen);

Completed in 31 milliseconds