Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_id.c110 const u_int32_t ru_max; /* Uniq cycle, avoid blackjack prediction */ member
232 if (p->ru_counter >= p->ru_max || time_uptime > p->ru_reseed) in randomid()
237 if (p->ru_counter + n >= p->ru_max) in randomid()