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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c19 struct inet_bind_hashbucket *bhead; local
34 bhead = &hashinfo->bhash[inet_bhashfn(tw->tw_num, hashinfo->bhash_size)];
35 spin_lock(&bhead->lock);
40 spin_unlock(&bhead->lock);
63 struct inet_bind_hashbucket *bhead; local
68 bhead = &hashinfo->bhash[inet_bhashfn(inet->num, hashinfo->bhash_size)];
69 spin_lock(&bhead->lock);
73 spin_unlock(&bhead->lock);

Completed in 44 milliseconds