Home
last modified time | relevance | path

Searched refs:bhead2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c54 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() local
63 bhead2 = inet_bhashfn_portaddr(hashinfo, (struct sock *)tw, in inet_twsk_kill()
67 spin_lock(&bhead2->lock); in inet_twsk_kill()
69 spin_unlock(&bhead2->lock); in inet_twsk_kill()
121 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance() local
129 bhead2 = inet_bhashfn_portaddr(hashinfo, sk, twsk_net(tw), inet->inet_num); in inet_twsk_hashdance()
132 spin_lock(&bhead2->lock); in inet_twsk_hashdance()
142 spin_unlock(&bhead2->lock); in inet_twsk_hashdance()