Home
last modified time | relevance | path

Searched refs:rxrpc_bundle (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/rxrpc/
Dconn_client.c43 static void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
118 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_alloc_bundle()
121 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle()
135 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle) in rxrpc_get_bundle()
141 static void rxrpc_free_bundle(struct rxrpc_bundle *bundle) in rxrpc_free_bundle()
147 void rxrpc_put_bundle(struct rxrpc_bundle *bundle) in rxrpc_put_bundle()
164 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle, gfp_t gfp) in rxrpc_alloc_client_connection()
266 static struct rxrpc_bundle *rxrpc_look_up_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_look_up_bundle()
270 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle()
286 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
[all …]
Dar-internal.h399 struct rxrpc_bundle { struct
444 struct rxrpc_bundle *bundle; /* Client connection bundle */
827 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *);
828 void rxrpc_put_bundle(struct rxrpc_bundle *);
833 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
Dconn_service.c11 static struct rxrpc_bundle rxrpc_service_dummy_bundle = {