Searched refs:seed_bytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_stats.c | 187 tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes, in tcp_stats_sample_rollthedice() argument 198 V_tcp_stats_nrates, seed_bytes, seed_len); in tcp_stats_sample_rollthedice()
|
| H A D | tcp_var.h | 1112 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
|
| /freebsd-13.1/sys/sys/ |
| H A D | stats.h | 760 int nrates, void *seed_bytes, size_t seed_len);
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_stats.c | 1037 void *seed_bytes, size_t seed_len) argument 1055 if (seed_bytes == NULL) 1058 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /
|