Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_stats.c187 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 Dtcp_var.h1066 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1066 int tcp_stats_sample_rollthedice(struct tcpcb *tp, void *seed_bytes,
/f-stack/freebsd/sys/
H A Dstats.h760 int nrates, void *seed_bytes, size_t seed_len);
/f-stack/freebsd/kern/
H A Dsubr_stats.c1037 void *seed_bytes, size_t seed_len) argument
1055 if (seed_bytes == NULL)
1058 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /