Searched refs:seed_bytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_stats.c | 184 tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes, in tcp_stats_sample_rollthedice() argument 195 V_tcp_stats_nrates, seed_bytes, seed_len); in tcp_stats_sample_rollthedice()
|
| H A D | tcp_var.h | 1545 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
|
| /freebsd/sys/sys/ |
| H A D | stats.h | 758 int nrates, void *seed_bytes, size_t seed_len);
|
| /freebsd/sys/kern/ |
| H A D | subr_stats.c | 1032 void *seed_bytes, size_t seed_len) argument 1050 if (seed_bytes == NULL) 1053 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /
|