Lines Matching refs:now
123 int64_t now;
160 now = ddi_get_lbolt64();
162 bcopy(&now, t, sizeof (now));
188 fp->sf_lastactive = now;
207 int64_t now;
211 now = ddi_get_lbolt64();
226 fp->sf_hb_expiry = now + fp->sf_rto;
230 * If we cannot send now, be more aggressive
235 fp->sf_hb_expiry = now +
259 earliest_expiry -= now;
280 int64_t now;
329 /* This address is now confirmed and alive. */
331 now = ddi_get_lbolt64();
332 sctp_update_rtt(sctp, fp, now - sent);
339 fp->sf_hb_expiry = now + SET_HB_INTVL(fp);