Searched refs:rxrpc_sock (Results 1 – 10 of 10) sorted by relevance
/net/rxrpc/ |
D | ar-internal.h | 52 struct rxrpc_sock { struct 76 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 299 struct rxrpc_sock *socket; /* socket responsible */ 430 extern struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, 432 extern int rxrpc_reject_call(struct rxrpc_sock *); 448 extern struct rxrpc_call *rxrpc_get_client_call(struct rxrpc_sock *, 452 extern struct rxrpc_call *rxrpc_incoming_call(struct rxrpc_sock *, 455 extern struct rxrpc_call *rxrpc_find_server_call(struct rxrpc_sock *, 458 extern void rxrpc_release_calls_on_socket(struct rxrpc_sock *); 468 extern struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *, [all …]
|
D | af_rxrpc.c | 80 static int rxrpc_validate_address(struct rxrpc_sock *rx, in rxrpc_validate_address() 127 struct rxrpc_sock *rx = rxrpc_sk(sk), *prx; in rxrpc_bind() 191 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen() 230 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_name_to_transport() 278 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call() 360 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_intercept_rx_messages() 380 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_connect() 448 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 516 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 618 struct rxrpc_sock *rx; in rxrpc_create() [all …]
|
D | ar-output.c | 24 struct rxrpc_sock *rx, 31 static int rxrpc_sendmsg_cmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_sendmsg_cmsg() 129 int rxrpc_client_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, in rxrpc_client_sendmsg() 274 int rxrpc_server_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, in rxrpc_server_sendmsg() 399 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() 524 struct rxrpc_sock *rx, in rxrpc_send_data()
|
D | ar-accept.c | 74 struct rxrpc_sock *rx, in rxrpc_accept_incoming_call() 213 struct rxrpc_sock *rx; in rxrpc_accept_incoming_calls() 319 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx, in rxrpc_accept_call() 413 int rxrpc_reject_call(struct rxrpc_sock *rx) in rxrpc_reject_call()
|
D | ar-call.c | 103 struct rxrpc_sock *rx, in rxrpc_alloc_client_call() 146 struct rxrpc_call *rxrpc_get_client_call(struct rxrpc_sock *rx, in rxrpc_get_client_call() 246 struct rxrpc_call *rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call() 380 struct rxrpc_call *rxrpc_find_server_call(struct rxrpc_sock *rx, in rxrpc_find_server_call() 422 struct rxrpc_sock *rx = call->socket; in rxrpc_release_call() 586 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
|
D | ar-recvmsg.c | 23 void rxrpc_remove_user_ID(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_remove_user_ID() 51 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
|
D | ar-security.c | 167 struct rxrpc_sock *rx; in rxrpc_init_server_conn_security()
|
D | ar-connection.c | 65 struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx, in rxrpc_get_bundle() 331 static int rxrpc_connect_exclusive(struct rxrpc_sock *rx, in rxrpc_connect_exclusive() 423 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
|
D | ar-key.c | 862 int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen) in rxrpc_request_key() 898 int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval, in rxrpc_server_keyring()
|
D | ar-input.c | 48 struct rxrpc_sock *rx = call->socket; in rxrpc_queue_rcv_skb()
|