Home
last modified time | relevance | path

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

/Linux-v5.10/net/rxrpc/
Dconn_client.c116 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_alloc_bundle()
119 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle()
132 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle) in rxrpc_get_bundle()
138 void rxrpc_put_bundle(struct rxrpc_bundle *bundle) in rxrpc_put_bundle()
154 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle, gfp_t gfp) in rxrpc_alloc_client_connection()
262 static struct rxrpc_bundle *rxrpc_look_up_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_look_up_bundle()
266 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle()
282 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
311 bundle = rb_entry(parent, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
351 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call()
[all …]
Dar-internal.h392 struct rxrpc_bundle { struct
436 struct rxrpc_bundle *bundle; /* Client connection bundle */
818 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *);
819 void rxrpc_put_bundle(struct rxrpc_bundle *);
824 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
Dconn_service.c11 static struct rxrpc_bundle rxrpc_service_dummy_bundle = {