Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_expect.c44 static siphash_aligned_key_t nf_ct_expect_hashrnd; variable
93 get_random_once(&nf_ct_expect_hashrnd, sizeof(nf_ct_expect_hashrnd)); in nf_ct_expect_dst_hash()
103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()