Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dar-internal.h713 struct rxrpc_call { struct
714 struct rcu_head rcu;
715 struct rxrpc_connection *conn; /* connection carrying call */
716 struct rxrpc_bundle *bundle; /* Connection bundle to use */
717 struct rxrpc_peer *peer; /* Peer record for remote address */
718 struct rxrpc_local *local; /* Representation of local endpoint */
719 struct rxrpc_sock __rcu *socket; /* socket responsible */
720 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
721 struct key *key; /* Security details */
722 const struct rxrpc_security *security; /* applied security module */
[all …]