HomeSort by: relevance | last modified time | path
    Searched defs:key_acquire (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
key.c 794 static int key_acquire(const struct secasindex *, const struct secpolicy *,
1099 error = key_acquire(saidx, isr->sp, M_NOWAIT);
1102 IPSECLOG(LOG_DEBUG, "error %d returned from key_acquire.\n",
6782 key_acquire(const struct secasindex *saidx, const struct secpolicy *sp, int mflag) function in typeref:typename:int
7235 error = key_acquire(&saidx, NULL, M_WAITOK);
7237 IPSECLOG(LOG_DEBUG, "error %d returned from key_acquire.\n",
key.c 794 static int key_acquire(const struct secasindex *, const struct secpolicy *,
1099 error = key_acquire(saidx, isr->sp, M_NOWAIT);
1102 IPSECLOG(LOG_DEBUG, "error %d returned from key_acquire.\n",
6782 key_acquire(const struct secasindex *saidx, const struct secpolicy *sp, int mflag) function in typeref:typename:int
7235 error = key_acquire(&saidx, NULL, M_WAITOK);
7237 IPSECLOG(LOG_DEBUG, "error %d returned from key_acquire.\n",

Completed in 29 milliseconds