Home
last modified time | relevance | path

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

/linux-3.4.99/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()
133 struct inet_bind_hashbucket *bhead; in __inet_twsk_hashdance() local
138 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in __inet_twsk_hashdance()
140 spin_lock(&bhead->lock); in __inet_twsk_hashdance()
144 spin_unlock(&bhead->lock); in __inet_twsk_hashdance()