Searched defs:__hash_bucket (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dnf_conntrack_core.c143 static u32 __hash_bucket(u32 hash, unsigned int size) function
150 return __hash_bucket(hash, net->ct.htable_size);
156 return __hash_bucket(hash_conntrack_raw(tuple, zone), size);

Completed in 2030 milliseconds