Searched defs:rxrpc_call (Results 1 – 2 of 2) sorted by relevance
545 struct rxrpc_call { struct546 struct rcu_head rcu;547 struct rxrpc_connection *conn; /* connection carrying call */548 struct rxrpc_peer *peer; /* Peer record for remote address */549 struct rxrpc_sock __rcu *socket; /* socket responsible */550 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */551 const struct rxrpc_security *security; /* applied security module */552 struct mutex user_mutex; /* User access mutex */553 unsigned long ack_at; /* When deferred ACK needs to happen */554 unsigned long ack_lost_at; /* When ACK is figured as lost */[all …]
605 struct rxrpc_call { struct606 struct rcu_head rcu;607 struct rxrpc_connection *conn; /* connection carrying call */608 struct rxrpc_bundle *bundle; /* Connection bundle to use */609 struct rxrpc_peer *peer; /* Peer record for remote address */610 struct rxrpc_local *local; /* Representation of local endpoint */611 struct rxrpc_sock __rcu *socket; /* socket responsible */612 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */613 struct key *key; /* Security details */614 const struct rxrpc_security *security; /* applied security module */[all …]