Lines Matching defs:head
127 struct hlist_head *head;
130 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size];
132 hlist_for_each_entry_rcu(pdp, head, hlist_tid) {
143 struct hlist_head *head;
146 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size];
148 hlist_for_each_entry_rcu(pdp, head, hlist_tid) {
159 struct hlist_head *head;
162 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size];
164 hlist_for_each_entry_rcu(pdp, head, hlist_addr) {
1111 static void gtp_dellink(struct net_device *dev, struct list_head *head)
1122 unregister_netdevice_queue(dev, head);
1431 static void pdp_context_free(struct rcu_head *head)
1433 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head);