Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
411 struct rxrpc_connection { struct412 struct rxrpc_conn_proto proto;413 struct rxrpc_conn_parameters params;415 atomic_t usage;416 struct rcu_head rcu;417 struct list_head cache_link;419 unsigned char act_chans; /* Mask of active channels */420 struct rxrpc_channel {432 } channels[RXRPC_MAXCALLS];434 struct timer_list timer; /* Conn event timer */[all …]