Lines Matching refs:head2
251 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local
261 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict()
263 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict()
265 inet_bind_bucket_for_each(tb2, &head2->chain) in inet_bhash2_addr_any_conflict()
271 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict()
275 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict()
290 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local
338 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port()
339 spin_lock(&head2->lock); in inet_csk_find_open_port()
340 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port()
346 spin_unlock(&head2->lock); in inet_csk_find_open_port()
376 *head2_ret = head2; in inet_csk_find_open_port()
474 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port() local
484 head = inet_csk_find_open_port(sk, &tb, &tb2, &head2, &port); in inet_csk_get_port()
523 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
524 spin_lock(&head2->lock); in inet_csk_get_port()
526 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_get_port()
531 net, head2, port, l3mdev, sk); in inet_csk_get_port()
560 spin_unlock(&head2->lock); in inet_csk_get_port()