Lines Matching defs:error
2638 * already triggered a CQE (eg in error).
3668 * untouched in case of error. Restore it and we'll advance it
5350 int error;
5474 * Returns a negative error on failure. >0 when no action require, which is
5690 pt->error = -EINVAL;
5696 pt->error = -ENOMEM;
5735 ipt->error = 0;
5750 if (!mask && unlikely(ipt->error || !ipt->nr_entries)) {
5752 if (!ipt->error)
5753 ipt->error = -EINVAL;
5763 if (unlikely(ipt->error || !ipt->nr_entries)) {
5765 ipt->error = 0;
5847 if (ret || ipt.error)
5997 if (!ret && ipt.error)
5999 ret = ret ?: ipt.error;
7252 * error and thus break the submittion loop.
10642 /* Reset all restrictions if an error happened */