Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
535 struct rxrpc_call { struct536 struct rcu_head rcu;537 struct rxrpc_connection *conn; /* connection carrying call */538 struct rxrpc_peer *peer; /* Peer record for remote address */539 struct rxrpc_sock __rcu *socket; /* socket responsible */540 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */541 struct mutex user_mutex; /* User access mutex */542 unsigned long ack_at; /* When deferred ACK needs to happen */543 unsigned long ack_lost_at; /* When ACK is figured as lost */544 unsigned long resend_at; /* When next resend needs to happen */[all …]