Home
last modified time | relevance | path

Searched refs:rxrpc_set_call_completion (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dcall_state.c13 bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion() function
37 return rxrpc_set_call_completion(call, RXRPC_CALL_SUCCEEDED, 0, 0); in rxrpc_call_completed()
48 if (!rxrpc_set_call_completion(call, RXRPC_CALL_LOCALLY_ABORTED, in rxrpc_abort_call()
H A Dinput.c914 rxrpc_set_call_completion(call, RXRPC_CALL_REMOTELY_ABORTED, in rxrpc_input_ack()
928 rxrpc_set_call_completion(call, RXRPC_CALL_REMOTELY_ABORTED, in rxrpc_input_ack()
1049 rxrpc_set_call_completion(call, RXRPC_CALL_REMOTELY_ABORTED, in rxrpc_input_abort()
H A Dpeer_event.c218 rxrpc_set_call_completion(call, compl, 0, -err); in rxrpc_distribute_error()
H A Dcall_object.c435 rxrpc_set_call_completion(call, RXRPC_CALL_LOCAL_ERROR, 0, ret); in rxrpc_new_client_call()
475 rxrpc_set_call_completion(call, conn->completion, in rxrpc_incoming_call()
H A Doutput.c479 rxrpc_set_call_completion(call, RXRPC_CALL_LOCAL_ERROR, in rxrpc_send_data_packet()
718 rxrpc_set_call_completion(call, RXRPC_CALL_LOCAL_ERROR, in rxrpc_transmit_one()
H A Dconn_event.c206 rxrpc_set_call_completion(call, in rxrpc_abort_calls()
H A Dar-internal.h921 bool rxrpc_set_call_completion(struct rxrpc_call *call,