Searched refs:ilb2 (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 378 struct inet_listen_hashbucket *ilb2, in inet_lhash2_lookup() argument 388 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet_lhash2_lookup() 433 struct inet_listen_hashbucket *ilb2; in __inet_lookup_listener() local 448 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 450 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 458 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 460 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 731 struct inet_listen_hashbucket *ilb2; in __inet_hash() local 741 ilb2 = inet_lhash2_bucket_sk(hashinfo, sk); in __inet_hash() 743 spin_lock(&ilb2->lock); in __inet_hash() [all …]
|
H A D | tcp_ipv4.c | 2607 struct inet_listen_hashbucket *ilb2; local 2611 ilb2 = &hinfo->lhash2[st->bucket]; 2612 if (hlist_nulls_empty(&ilb2->nulls_head)) 2615 spin_lock(&ilb2->lock); 2616 sk_nulls_for_each(sk, node, &ilb2->nulls_head) { 2620 spin_unlock(&ilb2->lock); 2634 struct inet_listen_hashbucket *ilb2; local 2649 ilb2 = &hinfo->lhash2[st->bucket]; 2650 spin_unlock(&ilb2->lock);
|
/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() 209 struct inet_listen_hashbucket *ilb2; in inet6_lookup_listener() local 224 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 226 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener() 234 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 236 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener()
|