Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
240 struct rxrpc_connection { struct241 struct rxrpc_transport *trans; /* transport session */242 struct rxrpc_conn_bundle *bundle; /* connection bundle (client) */243 struct work_struct processor; /* connection event processor */244 struct rb_node node; /* node in transport's lookup tree */245 struct list_head link; /* link in master connection list */246 struct list_head bundle_link; /* link in bundle */247 struct rb_root calls; /* calls on this connection */248 struct sk_buff_head rx_queue; /* received conn-level packets */249 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */[all …]