Lines Matching refs:rxrpc_sock
129 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);
779 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
780 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
785 void rxrpc_incoming_call(struct rxrpc_sock *, struct rxrpc_call *,
787 void rxrpc_release_call(struct rxrpc_sock *, struct rxrpc_call *);
788 void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
911 int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_call *,
980 void rxrpc_new_incoming_connection(struct rxrpc_sock *,
1000 int rxrpc_request_key(struct rxrpc_sock *, char __user *, int);
1001 int rxrpc_server_keyring(struct rxrpc_sock *, char __user *, int);
1069 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
1072 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
1111 int rxrpc_do_sendmsg(struct rxrpc_sock *, struct msghdr *, size_t);