Lines Matching defs:head2
181 struct inet_bind_hashbucket *head, *head2;
188 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num);
195 spin_lock(&head2->lock);
203 spin_unlock(&head2->lock);
221 struct inet_bind_hashbucket *head, *head2;
231 head2 = inet_bhashfn_portaddr(table, child, net, port);
234 spin_lock(&head2->lock);
238 spin_unlock(&head2->lock);
258 spin_unlock(&head2->lock);
271 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child);
274 net, head2, tb, child);
282 spin_unlock(&head2->lock);
290 spin_unlock(&head2->lock);
907 struct inet_bind_hashbucket *head, *head2;
945 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
952 spin_lock(&head2->lock);
955 spin_unlock(&head2->lock);
962 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
964 spin_lock(&head2->lock);
965 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
968 inet_bind2_bucket_init(tb2, net, head2, inet_csk(sk)->icsk_bind_hash, sk);
972 spin_unlock(&head2->lock);
1016 struct inet_bind_hashbucket *head, *head2;
1130 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
1131 spin_lock(&head2->lock);
1133 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
1136 head2, tb, sk);
1159 spin_unlock(&head2->lock);
1185 spin_unlock(&head2->lock);