Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
562 struct rxrpc_call { struct563 struct rcu_head rcu;564 struct rxrpc_connection *conn; /* connection carrying call */565 struct rxrpc_peer *peer; /* Peer record for remote address */566 struct rxrpc_sock __rcu *socket; /* socket responsible */567 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */568 const struct rxrpc_security *security; /* applied security module */569 struct mutex user_mutex; /* User access mutex */570 unsigned long ack_at; /* When deferred ACK needs to happen */571 unsigned long ack_lost_at; /* When ACK is figured as lost */[all …]