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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c72 struct inet_bind_hashbucket *bhead; local
82 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num,
85 spin_lock(&bhead->lock);
87 spin_unlock(&bhead->lock);
132 struct inet_bind_hashbucket *bhead; local
137 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num,
139 spin_lock(&bhead->lock);
143 spin_unlock(&bhead->lock);

Completed in 151 milliseconds