Lines Matching defs:head2
290 struct inet_bind_hashbucket *head2;
300 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port);
302 spin_lock(&head2->lock);
304 inet_bind_bucket_for_each(tb2, &head2->chain)
310 spin_unlock(&head2->lock);
314 spin_unlock(&head2->lock);
329 struct inet_bind_hashbucket *head, *head2;
377 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
378 spin_lock(&head2->lock);
379 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
385 spin_unlock(&head2->lock);
415 *head2_ret = head2;
514 struct inet_bind_hashbucket *head, *head2;
523 head = inet_csk_find_open_port(sk, &tb, &tb2, &head2, &port);
562 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
563 spin_lock(&head2->lock);
565 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
570 net, head2, port, l3mdev, sk);
599 spin_unlock(&head2->lock);