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()
180 evicted += inet_evict_bucket(f, &f->hash[i]); in inet_frag_worker()
207 struct inet_frag_bucket *hb = &f->hash[i]; in inet_frags_init()
249 inet_evict_bucket(f, &f->hash[i]); in inet_frags_exit_net()
265 unsigned int seq, hash; in get_frag_bucket_locked() local
270 hash = inet_frag_hashfn(f, fq); in get_frag_bucket_locked()
271 hb = &f->hash[hash]; in get_frag_bucket_locked()
417 unsigned int hash) in inet_frag_find() argument
426 hash &= (INETFRAGS_HASHSZ - 1); in inet_frag_find()
427 hb = &f->hash[hash]; in inet_frag_find()