Lines Matching defs:now
165 /* if we were blocked before, we may now send cwnd=1 packet */
195 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now)
208 hc->tx_cwnd_stamp = now;
214 static void ccid2_cwnd_restart(struct sock *sk, const u32 now)
219 s32 delta = now - hc->tx_lsndtime;
229 hc->tx_cwnd_stamp = now;
239 const u32 now = ccid2_jiffies32;
244 (s32)(now - hc->tx_lsndtime) >= hc->tx_rto)
245 ccid2_cwnd_restart(sk, now);
247 hc->tx_lsndtime = now;
254 hc->tx_cwnd_stamp = now;
261 if (ccid2_do_cwv && (s32)(now - hc->tx_cwnd_stamp) >= hc->tx_rto)
262 ccid2_cwnd_application_limited(sk, now);
267 hc->tx_seqh->ccid2s_sent = now;
313 /* No acks lost up to now... */
644 /* The state about what is acked should be correct now