Searched defs:rxrpc_call (Results 1 – 1 of 1) sorted by relevance
503 struct rxrpc_call { struct504 struct rcu_head rcu;505 struct rxrpc_connection *conn; /* connection carrying call */506 struct rxrpc_peer *peer; /* Peer record for remote address */507 struct rxrpc_sock __rcu *socket; /* socket responsible */508 struct mutex user_mutex; /* User access mutex */509 ktime_t ack_at; /* When deferred ACK needs to happen */510 ktime_t resend_at; /* When next resend needs to happen */534 enum rxrpc_call_state state; /* current state of call */ argument535 enum rxrpc_call_completion completion; /* Call completion condition */ argument[all …]