Lines Matching defs:now

1032 	/* Old *IPSECONFIG ioctls are now deprecated, now see spdsock.c */
1338 timestruc_t now;
1499 gethrestime(&now);
1500 ts = (now.tv_sec % (24 * 60 * 60)) * 1000 +
1501 NSEC2MSEC(now.tv_nsec);
1603 /* Neither we nor raw sockets are interested. Drop packet now */
1972 /* We now have a PMTU for sure */
2927 clock_t now = TICK_TO_MSEC(ddi_get_lbolt());
2935 if (ipst->ips_icmp_pkt_err_last > now) {
2942 * Update the "last" time to be close to "now" but make sure
2946 refilled = (now - ipst->ips_icmp_pkt_err_last)/err_interval;
2956 ipst->ips_icmp_pkt_err_last = now;
3044 * but for now this will suffice.
3910 * after adjustments if mblk not consumed is now
3950 * after adjustments if mblk not consumed is now
3969 * len should be reduced to zero now. If not our caller has
4226 * callers from write side can't be there now because close
4396 * now set about starting to clean things up.
6210 * let them change now. We cache policies for connections
6690 * We were part way through in-order reassembly, but now there
6693 * now they were in order starting from offset zero.
6860 * is now hanging off the end.
6914 * After trimming, this guy is now
6965 * this guy is now hanging
7283 /* Forget checksum offload from now on */
7321 /* Forget checksum offload from now on */
7444 /* We're now complete, zip the frag state */
8994 timestruc_t now;
9139 gethrestime(&now);
9140 ts = (now.tv_sec % (24 * 60 * 60)) * 1000 +
9141 NSEC2MSEC(now.tv_nsec);
9245 timestruc_t now;
9365 gethrestime(&now);
9366 ts = (now.tv_sec % (24 * 60 * 60)) * 1000 +
9367 NSEC2MSEC(now.tv_nsec);
11946 timestruc_t now;
12047 gethrestime(&now);
12048 ts = (now.tv_sec % (24 * 60 * 60)) * 1000 +
12049 NSEC2MSEC(now.tv_nsec);
12121 * it can't be copied now due to insufficient
12299 * We have an action. now, let's select SA's.
12452 * By now, we know what SA's to use. Toss over to ESP & AH
13314 * now.
14428 int64_t now = LBOLT_FASTPATH64;
14610 ncec->ncec_last = TICK_TO_MSEC(now);
14629 delta = TICK_TO_MSEC(now) - ncec->ncec_last;