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

/linux-master/net/netfilter/
H A Dxt_hashlimit.c184 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) function
203 u_int32_t hash = hash_dst(ht, dst);
252 hlist_add_head_rcu(&ent->node, &ht->hash[hash_dst(ht, dst)]);

Completed in 195 milliseconds