Searched defs:rxrpc_connection (Results 1 – 2 of 2) sorted by relevance
463 struct rxrpc_connection { struct464 struct rxrpc_conn_proto proto;465 struct rxrpc_local *local; /* Representation of local endpoint */466 struct rxrpc_peer *peer; /* Remote endpoint */467 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */468 struct key *key; /* Security details */469 struct list_head attend_link; /* Link in local->conn_attend_q */471 refcount_t ref;472 atomic_t active; /* Active count for service conns */473 struct rcu_head rcu;[all …]
404 struct rxrpc_connection { struct405 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 …]