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",
|