Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dar-internal.h129 struct rxrpc_sock { struct
161 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
272 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */
557 struct rxrpc_sock __rcu *socket; /* socket responsible */
744 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
745 void rxrpc_discard_prealloc(struct rxrpc_sock *);
747 struct rxrpc_sock *,
750 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long,
752 int rxrpc_reject_call(struct rxrpc_sock *);
778 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
[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()
211 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen()
293 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call()
438 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification()
479 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect()
528 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg()
606 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt()
734 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll()
761 struct rxrpc_sock *rx; in rxrpc_create()
[all …]
Dcall_accept.c29 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx, in rxrpc_service_prealloc_one()
161 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp) in rxrpc_service_prealloc()
185 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc()
246 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call()
332 struct rxrpc_sock *rx, in rxrpc_new_incoming_call()
446 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx, in rxrpc_accept_call()
573 int rxrpc_reject_call(struct rxrpc_sock *rx) in rxrpc_reject_call()
646 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_charge_accept()
Dcall_object.c62 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID()
98 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call()
169 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call()
216 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call()
330 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call()
444 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call()
508 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()
242 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer, in rxrpc_init_peer()
278 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx, in rxrpc_create_peer()
303 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer()
321 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx, in rxrpc_lookup_peer()
Dsendmsg.c23 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr()
52 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr()
98 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window()
144 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
156 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
261 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()
Dsecurity.c110 struct rxrpc_sock *rx; in rxrpc_init_server_conn_security()
Drecvmsg.c25 struct rxrpc_sock *rx; in rxrpc_notify_socket()
109 static int rxrpc_recvmsg_new_call(struct rxrpc_sock *rx, in rxrpc_recvmsg_new_call()
444 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
Dconn_service.c149 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
Dproc.c58 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
Dconn_client.c275 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()
Dinput.c1070 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call()
1189 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()
Dkey.c899 int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen) in rxrpc_request_key()
929 int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval, in rxrpc_server_keyring()