Lines Matching refs:hash
83 hb = &f->hash[i]; in inet_frag_secret_rebuild()
95 hb_dest = &f->hash[hval]; in inet_frag_secret_rebuild()
168 evicted += inet_evict_bucket(f, &f->hash[i]); in inet_frag_worker()
195 struct inet_frag_bucket *hb = &f->hash[i]; in inet_frags_init()
231 inet_evict_bucket(f, &f->hash[i]); in inet_frags_exit_net()
249 unsigned int seq, hash; in get_frag_bucket_locked() local
254 hash = inet_frag_hashfn(f, fq); in get_frag_bucket_locked()
255 hb = &f->hash[hash]; in get_frag_bucket_locked()
401 unsigned int hash) in inet_frag_find() argument
410 hash &= (INETFRAGS_HASHSZ - 1); in inet_frag_find()
411 hb = &f->hash[hash]; in inet_frag_find()