Lines Matching refs:head
107 struct hlist_head *head;
110 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size];
112 hlist_for_each_entry_rcu(pdp, head, hlist_tid) {
123 struct hlist_head *head;
126 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size];
128 hlist_for_each_entry_rcu(pdp, head, hlist_tid) {
139 struct hlist_head *head;
142 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size];
144 hlist_for_each_entry_rcu(pdp, head, hlist_addr) {
703 static void gtp_dellink(struct net_device *dev, struct list_head *head)
714 unregister_netdevice_queue(dev, head);
1023 static void pdp_context_free(struct rcu_head *head)
1025 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head);