Searched refs:acks_latest_ts (Results 1 – 4 of 4) sorted by relevance
235 ack_ts = ktime_sub(now, call->acks_latest_ts); in rxrpc_resend()
206 call->acks_latest_ts = now; in rxrpc_alloc_client_call()
960 call->acks_latest_ts = skb->tstamp; in rxrpc_input_ack()
723 ktime_t acks_latest_ts; /* Timestamp of latest ACK received */ member