Lines Matching refs:error
39 /* Unrecoverable error in receive */
51 /* Report an error on the lower socket */
67 desc->error = err;
116 desc->error = -ENOMEM;
122 desc->error = -ENOMEM;
136 desc->error = err;
148 desc->error = -EINVAL;
155 desc->error = -ENOMEM;
174 desc->error = -ENOMEM;
197 desc->error = err;
354 desc.error = 0;
360 desc.error = strp->cb.read_sock_done(strp, desc.error);
362 return desc.error;