Searched refs:seed_bytes (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/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 | 1066 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1066 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 760 int nrates, void *seed_bytes, size_t seed_len);
|
| /f-stack/freebsd/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) /
|