Lines Matching refs:rxcall

49 	struct rxrpc_call	*rxcall;  member
99 static void rxperf_rx_discard_new_call(struct rxrpc_call *rxcall, in rxperf_rx_discard_new_call() argument
105 static void rxperf_rx_new_call(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_rx_new_call() argument
116 static void rxperf_notify_rx(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_notify_rx() argument
125 static void rxperf_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in rxperf_rx_attach() argument
129 call->rxcall = rxcall; in rxperf_rx_attach()
133 struct rxrpc_call *rxcall, in rxperf_notify_end_reply_tx() argument
296 if (!rxrpc_kernel_check_life(rxperf_socket, call->rxcall)) in rxperf_deliver_to_call()
316 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
322 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()
340 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_deliver_to_call()
350 rxrpc_kernel_shutdown_call(rxperf_socket, call->rxcall); in rxperf_deliver_to_call()
351 rxrpc_kernel_put_call(rxperf_socket, call->rxcall); in rxperf_deliver_to_call()
364 ret = rxrpc_kernel_recv_data(rxperf_socket, call->rxcall, &call->iter, in rxperf_extract_data()
519 rxrpc_kernel_set_tx_length(rxperf_socket, call->rxcall, in rxperf_process_call()
527 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, in rxperf_process_call()
541 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, len, in rxperf_process_call()
547 rxrpc_kernel_abort_call(rxperf_socket, call->rxcall, in rxperf_process_call()