Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dar-internal.h404 struct rxrpc_connection { struct
405 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 …]