Searched refs:ilb2 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 151 struct inet_listen_hashbucket *ilb2, in inet6_lhash2_lookup() argument 161 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet6_lhash2_lookup() 210 struct inet_listen_hashbucket *ilb2; in inet6_lookup_listener() local 226 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 228 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener() 236 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 238 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 414 struct inet_listen_hashbucket *ilb2, in inet_lhash2_lookup() argument 424 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet_lhash2_lookup() 468 struct inet_listen_hashbucket *ilb2; in __inet_lookup_listener() local 484 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 486 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 494 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 496 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 784 struct inet_listen_hashbucket *ilb2; in inet_hash() local 797 ilb2 = inet_lhash2_bucket_sk(hashinfo, sk); in inet_hash() 799 spin_lock(&ilb2->lock); in inet_hash() [all …]
|
| H A D | tcp_ipv4.c | 2559 struct inet_listen_hashbucket *ilb2; local 2563 ilb2 = &hinfo->lhash2[st->bucket]; 2564 if (hlist_nulls_empty(&ilb2->nulls_head)) 2567 spin_lock(&ilb2->lock); 2568 sk_nulls_for_each(sk, node, &ilb2->nulls_head) { 2572 spin_unlock(&ilb2->lock); 2586 struct inet_listen_hashbucket *ilb2; local 2601 ilb2 = &hinfo->lhash2[st->bucket]; 2602 spin_unlock(&ilb2->lock);
|