Searched defs:rxrpc_transport (Results 1 – 1 of 1) sorted by relevance
202 struct rxrpc_transport { struct203 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 */[all …]