Lines Matching refs:head2
293 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local
304 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict()
306 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict()
308 inet_bind_bucket_for_each(tb2, &head2->chain) { in inet_bhash2_addr_any_conflict()
319 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict()
335 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local
383 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port()
384 spin_lock(&head2->lock); in inet_csk_find_open_port()
385 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port()
391 spin_unlock(&head2->lock); in inet_csk_find_open_port()
421 *head2_ret = head2; in inet_csk_find_open_port()
520 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port() local
529 head = inet_csk_find_open_port(sk, &tb, &tb2, &head2, &port); in inet_csk_get_port()
568 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
569 spin_lock(&head2->lock); in inet_csk_get_port()
571 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_get_port()
576 net, head2, tb, sk); in inet_csk_get_port()
604 spin_unlock(&head2->lock); in inet_csk_get_port()