Lines Matching defs:head2
292 struct inet_bind_hashbucket *head2;
304 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port);
306 spin_lock(&head2->lock);
308 inet_bind_bucket_for_each(tb2, &head2->chain) {
319 spin_unlock(&head2->lock);
335 struct inet_bind_hashbucket *head, *head2;
383 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
384 spin_lock(&head2->lock);
385 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
391 spin_unlock(&head2->lock);
421 *head2_ret = head2;
521 struct inet_bind_hashbucket *head, *head2;
530 head = inet_csk_find_open_port(sk, &tb, &tb2, &head2, &port);
569 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
570 spin_lock(&head2->lock);
572 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
577 net, head2, tb, sk);
605 spin_unlock(&head2->lock);