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