Home
last modified time | relevance | path

Searched refs:ru_max (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_id.c108 const u_int32_t ru_max; /* Uniq cycle, avoid blackjack prediction */ member
230 if (p->ru_counter >= p->ru_max || time_uptime > p->ru_reseed) in randomid()
235 if (p->ru_counter + n >= p->ru_max) in randomid()