Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
426 struct rxrpc_connection { struct427 struct rxrpc_conn_proto proto;428 struct rxrpc_conn_parameters params;430 atomic_t usage;431 struct rcu_head rcu;432 struct list_head cache_link;434 unsigned char act_chans; /* Mask of active channels */435 struct rxrpc_channel {447 } channels[RXRPC_MAXCALLS];449 struct timer_list timer; /* Conn event timer */[all …]