Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
404 struct rxrpc_connection { struct405 struct rxrpc_conn_proto proto;406 struct rxrpc_conn_parameters params;408 refcount_t ref;409 struct rcu_head rcu;410 struct list_head cache_link;412 unsigned char act_chans; /* Mask of active channels */413 struct rxrpc_channel {425 } channels[RXRPC_MAXCALLS];427 struct timer_list timer; /* Conn event timer */[all …]