Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dar-internal.h130 struct rxrpc_sock { struct
162 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
573 struct rxrpc_sock __rcu *socket; /* socket responsible */
765 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
766 void rxrpc_discard_prealloc(struct rxrpc_sock *);
768 struct rxrpc_sock *,
799 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
807 void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
837 int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_call *,
926 int rxrpc_request_key(struct rxrpc_sock *, sockptr_t , int);
[all …]
A Daf_rxrpc.c133 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()
723 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll()
750 struct rxrpc_sock *rx; in rxrpc_create()
802 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_shutdown()
853 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_release_sock()
[all …]
A 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()
A Dsendmsg.c38 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr()
65 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall()
106 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr()
127 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window()
182 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
194 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
290 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data()
576 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg()
619 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
A Dcall_object.c66 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()
174 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call()
249 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call()
381 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call()
493 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call()
557 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
A 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()
A 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()
A Dserver_key.c118 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_server_keyring()
A Dconn_service.c156 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
A Drecvmsg.c25 struct rxrpc_sock *rx; in rxrpc_notify_socket()
492 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
A Dproc.c58 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
A Dconn_client.c349 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call()
694 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
A Dinput.c1097 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call()
1215 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()
A Dkey.c448 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_request_key()

Completed in 24 milliseconds