Home
last modified time | relevance | path

Searched defs:rxrpc_connection (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/rxrpc/
Dar-internal.h463 struct rxrpc_connection { struct
464 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 …]