Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
614 struct rxrpc_call { struct615 struct rcu_head rcu;616 struct rxrpc_connection *conn; /* connection carrying call */617 struct rxrpc_bundle *bundle; /* Connection bundle to use */618 struct rxrpc_peer *peer; /* Peer record for remote address */619 struct rxrpc_local *local; /* Representation of local endpoint */620 struct rxrpc_sock __rcu *socket; /* socket responsible */621 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */622 struct key *key; /* Security details */623 const struct rxrpc_security *security; /* applied security module */[all …]