Lines Matching refs:tid_hash
74 struct hlist_head *tid_hash; member
110 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
126 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
643 kfree(gtp->tid_hash); in gtp_destructor()
693 kfree(gtp->tid_hash); in gtp_newlink()
704 hlist_for_each_entry_rcu(pctx, >p->tid_hash[i], hlist_tid) in gtp_dellink()
767 gtp->tid_hash = kmalloc_array(hsize, sizeof(struct hlist_head), in gtp_hashtable_new()
769 if (gtp->tid_hash == NULL) in gtp_hashtable_new()
776 INIT_HLIST_HEAD(>p->tid_hash[i]); in gtp_hashtable_new()
999 hlist_add_head_rcu(&pctx->hlist_tid, >p->tid_hash[hash_tid]); in gtp_pdp_add()
1298 hlist_for_each_entry_rcu(pctx, >p->tid_hash[i], in gtp_genl_dump_pdp()