Searched refs:race (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dxt_hashlimit.c161 const struct dsthash_dst *dst, bool *race)
167 /* Two or more packets may race to create the same entry in the
168 * hashtable, double check if this packet lost race.
173 *race = true;
613 bool race = false; local
622 dh = dsthash_alloc_init(hinfo, &dst, &race);
626 } else if (race) {
160 dsthash_alloc_init(struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst, bool *race) argument

Completed in 53 milliseconds