Searched refs:ack_ts (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | dynack.c | 115 u32 ackto, ack_ts; in ath_dynack_compute_to() local 126 ack_ts = da->ack_rbf.tstamp[da->ack_rbf.h_rb]; in ath_dynack_compute_to() 133 ack_ts, st_ts->tstamp, st_ts->dur, in ath_dynack_compute_to() 136 if (ack_ts > st_ts->tstamp + st_ts->dur) { in ath_dynack_compute_to() 137 ackto = ack_ts - st_ts->tstamp - st_ts->dur; in ath_dynack_compute_to()
|
/Linux-v4.19/net/rxrpc/ |
D | call_event.c | 168 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local 242 ack_ts = ktime_sub(now, call->acks_latest_ts); in rxrpc_resend() 243 if (ktime_to_ns(ack_ts) < call->peer->rtt) in rxrpc_resend()
|