Searched refs:rxrpc_bundle (Results 1 – 3 of 3) sorted by relevance
43 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 …]
399 struct rxrpc_bundle { struct444 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 *);
11 static struct rxrpc_bundle rxrpc_service_dummy_bundle = {