Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_nat_core.c37 static siphash_aligned_key_t nf_nat_hash_rnd; variable
165 get_random_once(&nf_nat_hash_rnd, sizeof(nf_nat_hash_rnd)); in hash_by_src()
178 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()