Searched refs:rxrpc_sock (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-internal.h | 52 struct rxrpc_sock { struct 76 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 301 struct rxrpc_sock *socket; /* socket responsible */ 443 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long); 444 int rxrpc_reject_call(struct rxrpc_sock *); 471 struct rxrpc_call *rxrpc_get_client_call(struct rxrpc_sock *, 475 struct rxrpc_call *rxrpc_incoming_call(struct rxrpc_sock *, 478 struct rxrpc_call *rxrpc_find_server_call(struct rxrpc_sock *, unsigned long); 480 void rxrpc_release_calls_on_socket(struct rxrpc_sock *); 491 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() 447 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 515 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 617 struct rxrpc_sock *rx; in rxrpc_create() [all …]
|
D | ar-output.c | 26 static int rxrpc_send_data(struct rxrpc_sock *rx, 33 static int rxrpc_sendmsg_cmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_sendmsg_cmsg() 131 int rxrpc_client_sendmsg(struct rxrpc_sock *rx, struct rxrpc_transport *trans, in rxrpc_client_sendmsg() 272 int rxrpc_server_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_server_sendmsg() 396 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() 520 static int rxrpc_send_data(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 | 252 struct rxrpc_sock *rx, in rxrpc_alloc_client_call() 315 struct rxrpc_call *rxrpc_get_client_call(struct rxrpc_sock *rx, in rxrpc_get_client_call() 415 struct rxrpc_call *rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call() 574 struct rxrpc_call *rxrpc_find_server_call(struct rxrpc_sock *rx, in rxrpc_find_server_call() 616 struct rxrpc_sock *rx = call->socket; in rxrpc_release_call() 780 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 | 69 struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx, in rxrpc_get_bundle() 335 static int rxrpc_connect_exclusive(struct rxrpc_sock *rx, in rxrpc_connect_exclusive() 429 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
|
D | ar-key.c | 889 int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen) in rxrpc_request_key() 925 int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval, in rxrpc_server_keyring()
|
D | ar-input.c | 46 struct rxrpc_sock *rx = call->socket; in rxrpc_queue_rcv_skb()
|