Home
last modified time | relevance | path

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

/linux-6.15/net/rxrpc/
Dar-internal.h641 struct rxrpc_call { struct
642 struct rcu_head rcu;
643 struct rxrpc_connection *conn; /* connection carrying call */
644 struct rxrpc_bundle *bundle; /* Connection bundle to use */
645 struct rxrpc_peer *peer; /* Peer record for remote address */
646 struct rxrpc_local *local; /* Representation of local endpoint */
647 struct rxrpc_sock __rcu *socket; /* socket responsible */
648 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
649 struct key *key; /* Security details */
650 const struct rxrpc_security *security; /* applied security module */
[all …]