Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
455 struct rxrpc_connection { struct456 struct rxrpc_conn_proto proto;457 struct rxrpc_local *local; /* Representation of local endpoint */458 struct rxrpc_peer *peer; /* Remote endpoint */459 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */460 struct key *key; /* Security details */461 struct list_head attend_link; /* Link in local->conn_attend_q */463 refcount_t ref;464 atomic_t active; /* Active count for service conns */465 struct rcu_head rcu;[all …]