Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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()
272 static struct rxrpc_bundle *rxrpc_look_up_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_look_up_bundle()
276 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle()
292 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
[all …]
H A Dar-internal.h384 struct rxrpc_bundle { struct
429 struct rxrpc_bundle *bundle; /* Client connection bundle */
811 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *);
812 void rxrpc_put_bundle(struct rxrpc_bundle *);
817 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
H A Dconn_service.c11 static struct rxrpc_bundle rxrpc_service_dummy_bundle = {