Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
407 struct rxrpc_connection { struct408 struct rxrpc_conn_proto proto;409 struct rxrpc_conn_parameters params;411 atomic_t usage;412 struct rcu_head rcu;413 struct list_head cache_link;415 spinlock_t channel_lock;416 unsigned char active_chans; /* Mask of active channels */418 struct list_head waiting_calls; /* Calls waiting for channels */419 struct rxrpc_channel {[all …]