Lines Matching refs:rxcall

48 	struct rxrpc_call	*rxcall;  member
98 static void rxperf_rx_discard_new_call(struct rxrpc_call *rxcall, in rxperf_rx_discard_new_call() argument
104 static void rxperf_rx_new_call(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_rx_new_call() argument
115 static void rxperf_notify_rx(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_notify_rx() argument
124 static void rxperf_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in rxperf_rx_attach() argument
128 call->rxcall = rxcall; in rxperf_rx_attach()
132 struct rxrpc_call *rxcall, in rxperf_notify_end_reply_tx() argument
291 if (!rxrpc_kernel_check_life(rxperf_socket, call->rxcall)) in rxperf_deliver_to_call()
311 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
317 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
330 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
335 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
345 rxrpc_kernel_shutdown_call(rxperf_socket, call->rxcall); in rxperf_deliver_to_call()
346 rxrpc_kernel_put_call(rxperf_socket, call->rxcall); in rxperf_deliver_to_call()
359 ret = rxrpc_kernel_recv_data(rxperf_socket, call->rxcall, &call->iter, in rxperf_extract_data()
502 rxrpc_kernel_set_tx_length(rxperf_socket, call->rxcall, in rxperf_process_call()
510 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, in rxperf_process_call()
524 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, len, in rxperf_process_call()
530 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_process_call()