Home
last modified time | relevance | path

Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance

/net/rxrpc/
Dar-internal.h419 struct rxrpc_connection { struct
420 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 …]