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

/linux-master/net/mptcp/
H A Dmptcp_diag.c89 struct inet_listen_hashbucket *ilb; local
94 ilb = &hinfo->lhash2[i];
97 spin_lock(&ilb->lock);
98 sk_nulls_for_each(sk, node, &ilb->nulls_head) {
129 spin_unlock(&ilb->lock);
140 spin_unlock(&ilb->lock);
/linux-master/net/ipv4/
H A Dinet_diag.c1042 struct inet_listen_hashbucket *ilb; local
1046 ilb = &hashinfo->lhash2[i];
1048 if (hlist_nulls_empty(&ilb->nulls_head)) {
1052 spin_lock(&ilb->lock);
1053 sk_nulls_for_each(sk, node, &ilb->nulls_head) {
1078 spin_unlock(&ilb->lock);
1085 spin_unlock(&ilb->lock);
H A Dinet_hashtables.c705 struct inet_listen_hashbucket *ilb)
712 sk_nulls_for_each_rcu(sk2, node, &ilb->nulls_head) {
704 inet_reuseport_add_sock(struct sock *sk, struct inet_listen_hashbucket *ilb) argument

Completed in 118 milliseconds