Lines Matching defs:rxrpc_transport
202 struct rxrpc_transport { struct
203 struct rxrpc_local *local; /* local transport endpoint */
204 struct rxrpc_peer *peer; /* remote transport endpoint */
205 struct work_struct error_handler; /* network error distributor */
206 struct rb_root bundles; /* client connection bundles on this transport */
207 struct rb_root client_conns; /* client connections on this transport */
208 struct rb_root server_conns; /* server connections on this transport */
209 struct list_head link; /* link in master session list */
210 struct sk_buff_head error_queue; /* error packets awaiting processing */
211 unsigned long put_time; /* time at which to reap */
212 spinlock_t client_lock; /* client connection allocation lock */
213 rwlock_t conn_lock; /* lock for active/dead connections */
214 atomic_t usage;
215 int debug_id; /* debug ID for printks */
216 unsigned int conn_idcounter; /* connection ID counter (client) */