key_acquire
error = key_acquire(saidx, isr->sp, M_NOWAIT);
error = key_acquire(&saidx, NULL, M_WAITOK);
static int key_acquire(const struct secasindex *, const struct secpolicy *,