Searched refs:rxrpc_sock (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/net/rxrpc/ |
D | ar-internal.h | 133 struct rxrpc_sock { struct 165 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 266 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */ 539 struct rxrpc_sock __rcu *socket; /* socket responsible */ 722 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t); 723 void rxrpc_discard_prealloc(struct rxrpc_sock *); 725 struct rxrpc_sock *, 728 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long, 730 int rxrpc_reject_call(struct rxrpc_sock *); 756 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long); [all …]
|
D | af_rxrpc.c | 80 static int rxrpc_validate_address(struct rxrpc_sock *rx, in rxrpc_validate_address() 136 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_bind() 213 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen() 293 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call() 427 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_retry_call() 470 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification() 486 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect() 535 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 613 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 741 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll() [all …]
|
D | call_object.c | 66 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID() 102 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call() 173 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call() 220 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call() 331 int rxrpc_retry_client_call(struct rxrpc_sock *rx, in rxrpc_retry_client_call() 373 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call() 471 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call() 539 int rxrpc_prepare_call_for_retry(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_prepare_call_for_retry() 594 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
|
D | call_accept.c | 33 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx, in rxrpc_service_prealloc_one() 165 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp) in rxrpc_service_prealloc() 189 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc() 250 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call() 335 struct rxrpc_sock *rx, in rxrpc_new_incoming_call() 449 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx, in rxrpc_accept_call() 576 int rxrpc_reject_call(struct rxrpc_sock *rx) in rxrpc_reject_call() 649 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_charge_accept()
|
D | peer_object.c | 156 static void rxrpc_assess_MTU_size(struct rxrpc_sock *rx, in rxrpc_assess_MTU_size() 246 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer, in rxrpc_init_peer() 282 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx, in rxrpc_create_peer() 307 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer() 326 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx, in rxrpc_lookup_peer()
|
D | sendmsg.c | 27 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr() 56 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr() 101 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() 147 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx() 158 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet() 263 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data() 566 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg() 609 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
|
D | security.c | 114 struct rxrpc_sock *rx; in rxrpc_init_server_conn_security()
|
D | recvmsg.c | 29 struct rxrpc_sock *rx; in rxrpc_notify_socket() 113 static int rxrpc_recvmsg_new_call(struct rxrpc_sock *rx, in rxrpc_recvmsg_new_call() 433 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
|
D | proc.c | 62 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
|
D | conn_service.c | 153 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
|
D | conn_client.c | 279 static int rxrpc_get_client_conn(struct rxrpc_sock *rx, in rxrpc_get_client_conn() 687 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
|
D | input.c | 1061 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call() 1172 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()
|
D | key.c | 901 int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen) in rxrpc_request_key() 931 int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval, in rxrpc_server_keyring()
|