Home
last modified time | relevance | path

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

/Linux-v5.15/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()
256 static struct rxrpc_bundle *rxrpc_look_up_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_look_up_bundle()
260 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle()
276 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
305 bundle = rb_entry(parent, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
345 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call()
[all …]
Dar-internal.h407 struct rxrpc_bundle { struct
451 struct rxrpc_bundle *bundle; /* Client connection bundle */
835 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *);
836 void rxrpc_put_bundle(struct rxrpc_bundle *);
841 void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
Dconn_service.c11 static struct rxrpc_bundle rxrpc_service_dummy_bundle = {