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

/linux-master/net/ipv4/
H A Dinet_diag.c1105 struct inet_bind_hashbucket *ibb; local
1114 ibb = &hashinfo->bhash2[i];
1116 if (hlist_empty(&ibb->chain)) {
1120 spin_lock_bh(&ibb->lock);
1121 inet_bind_bucket_for_each(tb2, &ibb->chain) {
1152 spin_unlock_bh(&ibb->lock);

Completed in 163 milliseconds