Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dinet_timewait_sock.c47 struct inet_bind_hashbucket *bhead; in inet_twsk_kill() local
54 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
57 spin_lock(&bhead->lock); in inet_twsk_kill()
59 spin_unlock(&bhead->lock); in inet_twsk_kill()
107 struct inet_bind_hashbucket *bhead; in inet_twsk_hashdance() local
112 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
114 spin_lock(&bhead->lock); in inet_twsk_hashdance()
118 spin_unlock(&bhead->lock); in inet_twsk_hashdance()