Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
470 struct rxrpc_connection { struct471 struct rxrpc_conn_proto proto;472 struct rxrpc_local *local; /* Representation of local endpoint */473 struct rxrpc_peer *peer; /* Remote endpoint */474 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */475 struct key *key; /* Security details */476 struct list_head attend_link; /* Link in local->conn_attend_q */478 refcount_t ref;479 atomic_t active; /* Active count for service conns */480 struct rcu_head rcu;[all …]