Lines Matching refs:head2
295 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local
306 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict()
308 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict()
310 inet_bind_bucket_for_each(tb2, &head2->chain) { in inet_bhash2_addr_any_conflict()
321 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict()
337 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local
385 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port()
386 spin_lock(&head2->lock); in inet_csk_find_open_port()
387 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port()
393 spin_unlock(&head2->lock); in inet_csk_find_open_port()
423 *head2_ret = head2; in inet_csk_find_open_port()
522 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port() local
531 head = inet_csk_find_open_port(sk, &tb, &tb2, &head2, &port); in inet_csk_get_port()
570 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
571 spin_lock(&head2->lock); in inet_csk_get_port()
573 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_get_port()
578 net, head2, tb, sk); in inet_csk_get_port()
606 spin_unlock(&head2->lock); in inet_csk_get_port()