Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dinet_timewait_sock.c73 struct inet_bind_hashbucket *bhead; in inet_twsk_kill() local
83 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
86 spin_lock(&bhead->lock); in inet_twsk_kill()
88 spin_unlock(&bhead->lock); in inet_twsk_kill()
138 struct inet_bind_hashbucket *bhead; in __inet_twsk_hashdance() local
143 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in __inet_twsk_hashdance()
145 spin_lock(&bhead->lock); in __inet_twsk_hashdance()
149 spin_unlock(&bhead->lock); in __inet_twsk_hashdance()