Searched defs:rnd (Results 1 - 7 of 7) sorted by relevance

/net/ipv6/
H A Dinet6_connection_sock.c100 const u32 rnd, const u32 synq_hsize)
107 rnd);
99 inet6_synq_hash(const struct in6_addr *raddr, const __be16 rport, const u32 rnd, const u32 synq_hsize) argument
/net/mac80211/
H A Drc80211_minstrel.c420 u8 rnd[8]; local
427 prandom_bytes(rnd, sizeof(rnd));
429 new_idx = (i + rnd[i & 7]) % mi->n_rates;
H A Drc80211_minstrel_ht.c1168 u8 rnd[MCS_GROUP_RATES]; local
1172 prandom_bytes(rnd, sizeof(rnd));
1174 new_idx = (i + rnd[i]) % MCS_GROUP_RATES;
/net/sched/
H A Dsch_pie.c101 u32 rnd; local
130 rnd = prandom_u32();
131 if (rnd < local_prob)
H A Dsch_netem.c213 u32 rnd = prandom_u32(); local
216 * Makes a comparison between rnd and the transition
227 if (rnd < clg->a4) {
230 } else if (clg->a4 < rnd && rnd < clg->a1 + clg->a4) {
233 } else if (clg->a1 + clg->a4 < rnd) {
239 if (rnd < clg->a5) {
248 if (rnd < clg->a3)
250 else if (clg->a3 < rnd && rnd < cl
334 u32 rnd; local
[all...]
/net/ipv4/
H A Dinet_connection_sock.c471 const u32 rnd, const u32 synq_hsize)
473 return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1);
470 inet_synq_hash(const __be32 raddr, const __be16 rport, const u32 rnd, const u32 synq_hsize) argument
/net/netfilter/
H A Dxt_hashlimit.c105 u_int32_t rnd; /* random seed for hash */ member in struct:xt_hashlimit_htable
131 ht->rnd);
180 get_random_bytes(&ht->rnd, sizeof(ht->rnd));

Completed in 88 milliseconds