Searched refs:seed_bytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_stats.c | 185 tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes, in tcp_stats_sample_rollthedice() argument 196 V_tcp_stats_nrates, seed_bytes, seed_len); in tcp_stats_sample_rollthedice()
|
| H A D | tcp_var.h | 1530 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
|
| /freebsd-14.2/sys/sys/ |
| H A D | stats.h | 758 int nrates, void *seed_bytes, size_t seed_len);
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_stats.c | 1033 void *seed_bytes, size_t seed_len) argument 1051 if (seed_bytes == NULL) 1054 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /
|