Home
last modified time | relevance | path

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

/Linux-v6.1/net/rxrpc/
Dar-internal.h122 struct rxrpc_sock { struct
154 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
279 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */
566 struct rxrpc_sock __rcu *socket; /* socket responsible */
759 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
760 void rxrpc_discard_prealloc(struct rxrpc_sock *);
762 struct rxrpc_sock *,
765 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
788 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
789 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
[all …]
Daf_rxrpc.c76 static int rxrpc_validate_address(struct rxrpc_sock *rx, in rxrpc_validate_address()
133 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_bind()
212 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen()
294 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call()
413 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification()
454 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect()
504 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg()
595 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt()
723 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll()
750 struct rxrpc_sock *rx; in rxrpc_create()
[all …]
Dcall_accept.c34 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx, in rxrpc_service_prealloc_one()
163 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp) in rxrpc_service_prealloc()
180 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc()
260 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call()
348 struct rxrpc_sock *rx, in rxrpc_new_incoming_call()
448 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID) in rxrpc_user_charge_accept()
481 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_charge_accept()
Dsendmsg.c38 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr()
62 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall()
103 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr()
124 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window()
179 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
191 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
287 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data()
603 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg()
646 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
Dcall_object.c86 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID()
122 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call()
194 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call()
269 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call()
403 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call()
528 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call()
591 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
Dpeer_object.c152 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()
313 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer()
331 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx, in rxrpc_lookup_peer()
Dsecurity.c107 const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *rx, in rxrpc_get_incoming_security()
146 struct rxrpc_sock *rx; in rxrpc_look_up_server_security()
Dserver_key.c121 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_server_keyring()
Dconn_service.c156 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
Drecvmsg.c25 struct rxrpc_sock *rx; in rxrpc_notify_socket()
490 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
Dproc.c52 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
Dconn_client.c356 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call()
702 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
Dkey.c448 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_request_key()
Dinput.c1133 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call()
1249 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()