Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
542 struct rxrpc_connection { struct543 struct rxrpc_conn_proto proto;544 struct rxrpc_local *local; /* Representation of local endpoint */545 struct rxrpc_peer *peer; /* Remote endpoint */546 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */547 struct key *key; /* Security details */548 struct list_head attend_link; /* Link in local->conn_attend_q */550 refcount_t ref;551 atomic_t active; /* Active count for service conns */552 struct rcu_head rcu;[all …]