Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h392 struct rxrpc_bundle { struct
393 struct rxrpc_conn_parameters params;
394 atomic_t usage;
395 unsigned int debug_id;
396 bool try_upgrade; /* True if the bundle is attempting upgrade */
397 bool alloc_conn; /* True if someone's getting a conn */
398 short alloc_error; /* Error from last conn allocation */
399 spinlock_t channel_lock;
400 struct rb_node local_node; /* Node in local->client_conns */
401 struct list_head waiting_calls; /* Calls waiting for channels */
[all …]