Searched refs:rxrpc_bundle (Results 1 – 2 of 2) sorted by relevance
/net/rxrpc/ |
D | conn_client.c | 37 static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle) in rxrpc_activate_bundle() 73 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call, in rxrpc_alloc_bundle() 77 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle() 98 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle, in rxrpc_get_bundle() 108 static void rxrpc_free_bundle(struct rxrpc_bundle *bundle) in rxrpc_free_bundle() 117 void rxrpc_put_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why) in rxrpc_put_bundle() 145 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle) in rxrpc_alloc_client_connection() 245 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() 265 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle() 294 bundle = rb_entry(parent, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle() [all …]
|
D | ar-internal.h | 438 struct rxrpc_bundle { struct 494 struct rxrpc_bundle *bundle; /* Client connection bundle */ 608 struct rxrpc_bundle *bundle; /* Connection bundle to use */ 973 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace); 974 void rxrpc_put_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace); 978 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *); 979 void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
|