Home
last modified time | relevance | path

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

/Linux-v6.1/net/rxrpc/
Dar-internal.h399 struct rxrpc_bundle { struct
400 struct rxrpc_conn_parameters params;
401 refcount_t ref;
402 atomic_t active; /* Number of active users */
403 unsigned int debug_id;
404 bool try_upgrade; /* True if the bundle is attempting upgrade */
405 bool alloc_conn; /* True if someone's getting a conn */
406 short alloc_error; /* Error from last conn allocation */
407 spinlock_t channel_lock;
408 struct rb_node local_node; /* Node in local->client_conns */
[all …]