Symbol: rxrpc_bundle
include/trace/events/rxrpc.h
746
TRACE_EVENT(rxrpc_bundle,
net/rxrpc/ar-internal.h
1139
struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace);
net/rxrpc/ar-internal.h
1140
void rxrpc_put_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace);
net/rxrpc/ar-internal.h
1144
void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
net/rxrpc/ar-internal.h
1145
void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
net/rxrpc/ar-internal.h
555
struct rxrpc_bundle *bundle; /* Client connection bundle */
net/rxrpc/ar-internal.h
696
struct rxrpc_bundle *bundle; /* Connection bundle to use */
net/rxrpc/conn_client.c
102
struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle,
net/rxrpc/conn_client.c
112
static void rxrpc_free_bundle(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
124
void rxrpc_put_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why)
net/rxrpc/conn_client.c
152
rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
252
struct rxrpc_bundle *bundle, *candidate;
net/rxrpc/conn_client.c
272
bundle = rb_entry(p, struct rxrpc_bundle, local_node);
net/rxrpc/conn_client.c
301
bundle = rb_entry(parent, struct rxrpc_bundle, local_node);
net/rxrpc/conn_client.c
338
static bool rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle,
net/rxrpc/conn_client.c
37
static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
372
static bool rxrpc_bundle_has_space(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
416
struct rxrpc_bundle *bundle = conn->bundle;
net/rxrpc/conn_client.c
470
static void rxrpc_activate_channels(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
519
struct rxrpc_bundle *bundle = call->bundle;
net/rxrpc/conn_client.c
573
void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call)
net/rxrpc/conn_client.c
676
struct rxrpc_bundle *bundle = conn->bundle;
net/rxrpc/conn_client.c
701
void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle)
net/rxrpc/conn_client.c
73
static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call,
net/rxrpc/conn_client.c
77
struct rxrpc_bundle *bundle;
net/rxrpc/proc.c
233
struct rxrpc_bundle *bundle;
net/rxrpc/proc.c
247
bundle = list_entry(v, struct rxrpc_bundle, proc_link);