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