rxrpc_sock         76 net/rxrpc/af_rxrpc.c static int rxrpc_validate_address(struct rxrpc_sock *rx,
rxrpc_sock        133 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        212 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sk);
rxrpc_sock        294 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        412 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        453 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        502 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        580 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        708 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sk);
rxrpc_sock        735 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx;
rxrpc_sock        787 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sk);
rxrpc_sock        838 net/rxrpc/af_rxrpc.c 	struct rxrpc_sock *rx = rxrpc_sk(sk);
rxrpc_sock        932 net/rxrpc/af_rxrpc.c 	.obj_size	= sizeof(struct rxrpc_sock),
rxrpc_sock        162 net/rxrpc/ar-internal.h #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk)
rxrpc_sock        274 net/rxrpc/ar-internal.h 	struct rxrpc_sock __rcu	*service;	/* Service(s) listening on this endpoint */
rxrpc_sock        562 net/rxrpc/ar-internal.h 	struct rxrpc_sock __rcu	*socket;	/* socket responsible */
rxrpc_sock        749 net/rxrpc/ar-internal.h int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
rxrpc_sock        750 net/rxrpc/ar-internal.h void rxrpc_discard_prealloc(struct rxrpc_sock *);
rxrpc_sock        752 net/rxrpc/ar-internal.h 					   struct rxrpc_sock *,
rxrpc_sock        755 net/rxrpc/ar-internal.h struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long,
rxrpc_sock        757 net/rxrpc/ar-internal.h int rxrpc_reject_call(struct rxrpc_sock *);
rxrpc_sock        783 net/rxrpc/ar-internal.h struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
rxrpc_sock        784 net/rxrpc/ar-internal.h struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
rxrpc_sock        785 net/rxrpc/ar-internal.h struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
rxrpc_sock        790 net/rxrpc/ar-internal.h void rxrpc_incoming_call(struct rxrpc_sock *, struct rxrpc_call *,
rxrpc_sock        792 net/rxrpc/ar-internal.h void rxrpc_release_call(struct rxrpc_sock *, struct rxrpc_call *);
rxrpc_sock        793 net/rxrpc/ar-internal.h void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
rxrpc_sock        916 net/rxrpc/ar-internal.h int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_call *,
rxrpc_sock        985 net/rxrpc/ar-internal.h void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
rxrpc_sock       1006 net/rxrpc/ar-internal.h int rxrpc_request_key(struct rxrpc_sock *, char __user *, int);
rxrpc_sock       1007 net/rxrpc/ar-internal.h int rxrpc_server_keyring(struct rxrpc_sock *, char __user *, int);
rxrpc_sock       1082 net/rxrpc/ar-internal.h struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
rxrpc_sock       1085 net/rxrpc/ar-internal.h void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
rxrpc_sock       1127 net/rxrpc/ar-internal.h bool rxrpc_look_up_server_security(struct rxrpc_local *, struct rxrpc_sock *,
rxrpc_sock       1134 net/rxrpc/ar-internal.h int rxrpc_do_sendmsg(struct rxrpc_sock *, struct msghdr *, size_t);
rxrpc_sock         29 net/rxrpc/call_accept.c static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx,
rxrpc_sock        161 net/rxrpc/call_accept.c int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp)
rxrpc_sock        185 net/rxrpc/call_accept.c void rxrpc_discard_prealloc(struct rxrpc_sock *rx)
rxrpc_sock        262 net/rxrpc/call_accept.c static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx,
rxrpc_sock        350 net/rxrpc/call_accept.c 					   struct rxrpc_sock *rx,
rxrpc_sock        460 net/rxrpc/call_accept.c struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx,
rxrpc_sock        587 net/rxrpc/call_accept.c int rxrpc_reject_call(struct rxrpc_sock *rx)
rxrpc_sock        660 net/rxrpc/call_accept.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock         62 net/rxrpc/call_object.c struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx,
rxrpc_sock         98 net/rxrpc/call_object.c struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp,
rxrpc_sock        169 net/rxrpc/call_object.c static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx,
rxrpc_sock        216 net/rxrpc/call_object.c struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx,
rxrpc_sock        329 net/rxrpc/call_object.c void rxrpc_incoming_call(struct rxrpc_sock *rx,
rxrpc_sock        443 net/rxrpc/call_object.c void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call)
rxrpc_sock        507 net/rxrpc/call_object.c void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx)
rxrpc_sock        275 net/rxrpc/conn_client.c static int rxrpc_get_client_conn(struct rxrpc_sock *rx,
rxrpc_sock        694 net/rxrpc/conn_client.c int rxrpc_connect_call(struct rxrpc_sock *rx,
rxrpc_sock        149 net/rxrpc/conn_service.c void rxrpc_new_incoming_connection(struct rxrpc_sock *rx,
rxrpc_sock       1083 net/rxrpc/input.c static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx,
rxrpc_sock       1202 net/rxrpc/input.c 	struct rxrpc_sock *rx = NULL;
rxrpc_sock        899 net/rxrpc/key.c int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen)
rxrpc_sock        929 net/rxrpc/key.c int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval,
rxrpc_sock        152 net/rxrpc/peer_object.c static void rxrpc_assess_MTU_size(struct rxrpc_sock *rx,
rxrpc_sock        244 net/rxrpc/peer_object.c static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer,
rxrpc_sock        280 net/rxrpc/peer_object.c static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx,
rxrpc_sock        305 net/rxrpc/peer_object.c void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local,
rxrpc_sock        323 net/rxrpc/peer_object.c struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx,
rxrpc_sock         58 net/rxrpc/proc.c 	struct rxrpc_sock *rx;
rxrpc_sock         25 net/rxrpc/recvmsg.c 	struct rxrpc_sock *rx;
rxrpc_sock        109 net/rxrpc/recvmsg.c static int rxrpc_recvmsg_new_call(struct rxrpc_sock *rx,
rxrpc_sock        444 net/rxrpc/recvmsg.c 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
rxrpc_sock        106 net/rxrpc/security.c bool rxrpc_look_up_server_security(struct rxrpc_local *local, struct rxrpc_sock *rx,
rxrpc_sock         38 net/rxrpc/sendmsg.c static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx,
rxrpc_sock         65 net/rxrpc/sendmsg.c static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx,
rxrpc_sock        106 net/rxrpc/sendmsg.c static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx,
rxrpc_sock        127 net/rxrpc/sendmsg.c static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx,
rxrpc_sock        182 net/rxrpc/sendmsg.c static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call,
rxrpc_sock        194 net/rxrpc/sendmsg.c static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call,
rxrpc_sock        292 net/rxrpc/sendmsg.c static int rxrpc_send_data(struct rxrpc_sock *rx,
rxrpc_sock        595 net/rxrpc/sendmsg.c rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg,
rxrpc_sock        638 net/rxrpc/sendmsg.c int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)