Home
last modified time | relevance | path

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

/linux-5.10/net/rxrpc/
Dar-internal.h411 struct rxrpc_connection { struct
412 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 …]