Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance
481 struct rxrpc_connection { struct482 struct rxrpc_conn_proto proto;483 struct rxrpc_local *local; /* Representation of local endpoint */484 struct rxrpc_peer *peer; /* Remote endpoint */485 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */486 struct key *key; /* Security details */487 struct list_head attend_link; /* Link in local->conn_attend_q */489 refcount_t ref;490 atomic_t active; /* Active count for service conns */491 struct rcu_head rcu;[all …]