Lines Matching defs:error
48 return call->error;
84 return call->error;
113 return call->error;
188 * the packet immediately. Returns the error from rxrpc_send_data_packet()
415 /* check for the far side aborting the call or a network error
466 if (call->error < 0)
467 ret = call->error;
477 _leave(" = %d", call->error);
478 return call->error;
835 ret = call->error;
857 * @error: Local error value
864 u32 abort_code, int error, const char *why)
868 _enter("{%d},%d,%d,%s", call->debug_id, abort_code, error, why);
872 aborted = rxrpc_abort_call(why, call, 0, abort_code, error);