Searched refs:nf_conntrack_hash_rnd (Results 1 – 1 of 1) sorted by relevance
208 static siphash_aligned_key_t nf_conntrack_hash_rnd; variable223 get_random_once(&nf_conntrack_hash_rnd, sizeof(nf_conntrack_hash_rnd)); in hash_conntrack_raw()235 return (u32)siphash(&combined, sizeof(combined), &nf_conntrack_hash_rnd); in hash_conntrack_raw()