Searched refs:tid_hash (Results 1 – 1 of 1) sorted by relevance
87 struct hlist_head *tid_hash; member154 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()172 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()1391 kfree(gtp->tid_hash); in gtp_destructor()1560 kfree(gtp->tid_hash); in gtp_newlink()1573 hlist_for_each_entry_safe(pctx, next, >p->tid_hash[i], hlist_tid) in gtp_dellink()1647 gtp->tid_hash = kmalloc_objs(struct hlist_head, hsize, in gtp_hashtable_new()1649 if (gtp->tid_hash == NULL) in gtp_hashtable_new()1656 INIT_HLIST_HEAD(>p->tid_hash[i]); in gtp_hashtable_new()1986 hlist_add_head_rcu(&pctx->hlist_tid, >p->tid_hash[hash_tid]); in gtp_pdp_add()[all …]