Home
last modified time | relevance | path

Searched refs:why (Results 1 – 8 of 8) sorted by relevance

/net/rxrpc/
Dcall_event.c47 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()
Drtt.c147 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()
Drecvmsg.c120 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()
Dar-internal.h760 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()
Dsendmsg.c864 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()
Dcall_object.c65 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument
68 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer()
Doutput.c137 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()
Dinput.c26 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()