Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
426 struct rxrpc_connection { struct427 struct rxrpc_conn_proto proto;428 struct rxrpc_conn_parameters params;430 atomic_t usage;431 struct rcu_head rcu;432 struct list_head cache_link;435 struct rxrpc_channel {447 } channels[RXRPC_MAXCALLS];458 union {465 unsigned long flags;[all …]
Completed in 11 milliseconds