Searched refs:rxrpc_bundle (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/rxrpc/ |
| H A D | conn_client.c | 37 static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle) in rxrpc_activate_bundle() 77 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle() 102 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle, in rxrpc_get_bundle() 112 static void rxrpc_free_bundle(struct rxrpc_bundle *bundle) in rxrpc_free_bundle() 152 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle) in rxrpc_alloc_client_connection() 252 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() 272 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle() 416 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_activate_one_channel() 519 struct rxrpc_bundle *bundle = call->bundle; in rxrpc_connect_client_calls() 676 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_unbundle_conn() [all …]
|
| H A D | ar-internal.h | 455 struct rxrpc_bundle { struct 513 struct rxrpc_bundle *bundle; /* Client connection bundle */ 644 struct rxrpc_bundle *bundle; /* Connection bundle to use */ 1082 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace); 1083 void rxrpc_put_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace); 1087 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *); 1088 void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
|
| H A D | proc.c | 229 struct rxrpc_bundle *bundle; in rxrpc_bundle_seq_show() 243 bundle = list_entry(v, struct rxrpc_bundle, proc_link); in rxrpc_bundle_seq_show()
|
| /linux-6.15/include/trace/events/ |
| H A D | rxrpc.h | 685 TRACE_EVENT(rxrpc_bundle,
|