Lines Matching defs:head2
184 struct inet_bind_hashbucket *head, *head2;
191 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num);
200 spin_lock(&head2->lock);
208 spin_unlock(&head2->lock);
225 struct inet_bind_hashbucket *head, *head2;
235 head2 = inet_bhashfn_portaddr(table, child, net, port);
238 spin_lock(&head2->lock);
242 spin_unlock(&head2->lock);
262 spin_unlock(&head2->lock);
275 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child);
278 net, head2, port,
287 spin_unlock(&head2->lock);
295 spin_unlock(&head2->lock);
899 struct inet_bind_hashbucket *head, *head2;
937 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
944 spin_lock(&head2->lock);
947 spin_unlock(&head2->lock);
954 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
956 spin_lock(&head2->lock);
957 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
960 inet_bind2_bucket_init(tb2, net, head2, port, l3mdev, sk);
964 spin_unlock(&head2->lock);
1006 struct inet_bind_hashbucket *head, *head2;
1096 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
1097 spin_lock(&head2->lock);
1099 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
1102 head2, port, l3mdev, sk);
1125 spin_unlock(&head2->lock);
1151 spin_unlock(&head2->lock);