Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dar-internal.h141 struct rxrpc_sock { struct
173 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
611 struct rxrpc_sock __rcu *socket; /* socket responsible */
853 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
854 void rxrpc_discard_prealloc(struct rxrpc_sock *);
861 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
891 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
897 void rxrpc_incoming_call(struct rxrpc_sock *, struct rxrpc_call *,
900 void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
1087 int rxrpc_request_key(struct rxrpc_sock *, sockptr_t , int);
[all …]
H A Daf_rxrpc.c134 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_bind()
213 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen()
297 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call()
433 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification()
474 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect()
524 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg()
743 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll()
770 struct rxrpc_sock *rx; in rxrpc_create()
822 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_shutdown()
871 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_release_sock()
[all …]
H A Dcall_accept.c34 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()
178 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc()
242 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call()
338 struct rxrpc_sock *rx; in rxrpc_new_incoming_call()
436 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID) in rxrpc_user_charge_accept()
469 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_charge_accept()
H A Dsendmsg.c104 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr()
128 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall()
168 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr()
189 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window()
226 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
238 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
277 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data()
569 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg()
611 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
H A Dserver_key.c121 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_server_keyring()
158 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_sock_set_security_keyring()
H A Dcall_object.c95 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID()
131 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call()
190 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call()
330 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call()
444 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call()
550 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call()
605 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
H A Dsecurity.c130 const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *rx, in rxrpc_get_incoming_security()
163 struct rxrpc_sock *rx; in rxrpc_look_up_server_security()
H A Dconn_service.c148 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
H A Drecvmsg.c25 struct rxrpc_sock *rx; in rxrpc_notify_socket()
282 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
H A Dkey.c448 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_request_key()