Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
419 struct rxrpc_connection { struct420 struct rxrpc_conn_proto proto;421 struct rxrpc_conn_parameters params;423 refcount_t ref;424 struct rcu_head rcu;425 struct list_head cache_link;427 unsigned char act_chans; /* Mask of active channels */428 struct rxrpc_channel {440 } channels[RXRPC_MAXCALLS];442 struct timer_list timer; /* Conn event timer */[all …]