Home
last modified time | relevance | path

Searched refs:rxrpc_sock (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/net/rxrpc/
Dar-internal.h52 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 …]
Daf_rxrpc.c79 static int rxrpc_validate_address(struct rxrpc_sock *rx, in rxrpc_validate_address()
126 struct rxrpc_sock *rx = rxrpc_sk(sk), *prx; in rxrpc_bind()
190 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen()
229 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_name_to_transport()
277 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call()
359 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_intercept_rx_messages()
379 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 …]
Dar-output.c24 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()
Dar-accept.c74 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()
Dar-call.c103 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()
Dar-recvmsg.c23 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()
Dar-security.c167 struct rxrpc_sock *rx; in rxrpc_init_server_conn_security()
Dar-connection.c65 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()
Dar-key.c862 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()
Dar-input.c48 struct rxrpc_sock *rx = call->socket; in rxrpc_queue_rcv_skb()