Lines Matching refs:rxperf_socket
69 static struct socket *rxperf_socket; variable
162 if (rxrpc_kernel_charge_accept(rxperf_socket, in rxperf_charge_preallocation()
219 rxperf_socket = socket; in rxperf_open_socket()
235 kernel_listen(rxperf_socket, 0); in rxperf_close_socket()
236 kernel_sock_shutdown(rxperf_socket, SHUT_RDWR); in rxperf_close_socket()
238 sock_release(rxperf_socket); in rxperf_close_socket()
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()