View | Details | Raw Unified | Return to bug 221418
Collapse All | Expand All

(-)/usr/src/sys/netinet/tcp_syncache.c (-1 / +2 lines)
Lines 277-283 Link Here
277
			 &V_tcp_syncache.hashbase[i].sch_mtx, 0);
277
			 &V_tcp_syncache.hashbase[i].sch_mtx, 0);
278
		V_tcp_syncache.hashbase[i].sch_length = 0;
278
		V_tcp_syncache.hashbase[i].sch_length = 0;
279
		V_tcp_syncache.hashbase[i].sch_sc = &V_tcp_syncache;
279
		V_tcp_syncache.hashbase[i].sch_sc = &V_tcp_syncache;
280
		V_tcp_syncache.hashbase[i].sch_last_overflow = INT64_MIN;
280
		V_tcp_syncache.hashbase[i].sch_last_overflow =
281
			(time_t) 0x1 << ((sizeof (time_t) * CHAR_BIT) - 1);
281
	}
282
	}
282
283
283
	/* Create the syncache entry zone. */
284
	/* Create the syncache entry zone. */

Return to bug 221418