Searched refs:why (Results 1 – 8 of 8) sorted by relevance
/net/rxrpc/ |
D | call_event.c | 47 enum rxrpc_propose_ack_trace why) in __rxrpc_propose_ACK() argument 129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK() 138 enum rxrpc_propose_ack_trace why) in rxrpc_propose_ACK() argument 142 immediate, background, why); in rxrpc_propose_ACK()
|
D | rtt.c | 147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument 165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()
|
D | recvmsg.c | 120 bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call() argument 123 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in __rxrpc_abort_call() 129 bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call() argument 135 ret = __rxrpc_abort_call(why, call, seq, abort_code, error); in rxrpc_abort_call()
|
D | ar-internal.h | 760 enum rxrpc_timer_trace why); 1017 const char *why, in __rxrpc_abort_eproto() argument 1023 return rxrpc_abort_call(why, call, sp->hdr.seq, abort_code, -EPROTO); in __rxrpc_abort_eproto()
|
D | sendmsg.c | 864 u32 abort_code, int error, const char *why) in rxrpc_kernel_abort_call() argument 868 _enter("{%d},%d,%d,%s", call->debug_id, abort_code, error, why); in rxrpc_kernel_abort_call() 872 aborted = rxrpc_abort_call(why, call, 0, abort_code, error); in rxrpc_kernel_abort_call()
|
D | call_object.c | 65 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument 68 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer()
|
D | output.c | 137 enum rxrpc_rtt_tx_trace why) in rxrpc_begin_rtt_probe() argument 154 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe()
|
D | input.c | 26 static void rxrpc_proto_abort(const char *why, in rxrpc_proto_abort() argument 29 if (rxrpc_abort_call(why, call, seq, RX_PROTOCOL_ERROR, -EBADMSG)) { in rxrpc_proto_abort()
|