Home
last modified time | relevance | path

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

/linux-3.3/net/rxrpc/
Dar-internal.h200 struct rxrpc_transport { struct
201 struct rxrpc_local *local; /* local transport endpoint */
202 struct rxrpc_peer *peer; /* remote transport endpoint */
203 struct work_struct error_handler; /* network error distributor */
204 struct rb_root bundles; /* client connection bundles on this transport */
205 struct rb_root client_conns; /* client connections on this transport */
206 struct rb_root server_conns; /* server connections on this transport */
207 struct list_head link; /* link in master session list */
208 struct sk_buff_head error_queue; /* error packets awaiting processing */
209 time_t put_time; /* time at which to reap */
[all …]