Home
last modified time | relevance | path

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

/linux-4.4.14/net/rxrpc/
Dar-internal.h242 struct rxrpc_connection { struct
243 struct rxrpc_transport *trans; /* transport session */
244 struct rxrpc_conn_bundle *bundle; /* connection bundle (client) */
245 struct work_struct processor; /* connection event processor */
246 struct rb_node node; /* node in transport's lookup tree */
247 struct list_head link; /* link in master connection list */
248 struct list_head bundle_link; /* link in bundle */
249 struct rb_root calls; /* calls on this connection */
250 struct sk_buff_head rx_queue; /* received conn-level packets */
251 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */
[all …]