Lines Matching refs:rxrpc_sock
120 struct rxrpc_sock {
152 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk)
264 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */
549 struct rxrpc_sock __rcu *socket; /* socket responsible */
742 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
743 void rxrpc_discard_prealloc(struct rxrpc_sock *);
745 struct rxrpc_sock *,
748 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
772 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
773 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
774 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
779 void rxrpc_incoming_call(struct rxrpc_sock *, struct rxrpc_call *,
781 void rxrpc_release_call(struct rxrpc_sock *, struct rxrpc_call *);
782 void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
813 int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_call *,
883 void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
904 int rxrpc_request_key(struct rxrpc_sock *, sockptr_t , int);
905 int rxrpc_server_keyring(struct rxrpc_sock *, sockptr_t, int);
980 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
983 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
1051 bool rxrpc_look_up_server_security(struct rxrpc_local *, struct rxrpc_sock *,
1058 int rxrpc_do_sendmsg(struct rxrpc_sock *, struct msghdr *, size_t);