Searched refs:ilb2 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 186 struct inet_listen_hashbucket *ilb2, in inet6_lhash2_lookup() argument 196 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet6_lhash2_lookup() 245 struct inet_listen_hashbucket *ilb2; in inet6_lookup_listener() local 261 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 263 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener() 271 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 273 result = inet6_lhash2_lookup(net, ilb2, skb, doff, in inet6_lookup_listener()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 419 struct inet_listen_hashbucket *ilb2, in inet_lhash2_lookup() argument 429 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet_lhash2_lookup() 473 struct inet_listen_hashbucket *ilb2; in __inet_lookup_listener() local 489 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 491 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 499 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 501 result = inet_lhash2_lookup(net, ilb2, skb, doff, in __inet_lookup_listener() 788 struct inet_listen_hashbucket *ilb2; in inet_hash() local 808 ilb2 = inet_lhash2_bucket_sk(hashinfo, sk); in inet_hash() 810 spin_lock(&ilb2->lock); in inet_hash() [all …]
|
| H A D | tcp_ipv4.c | 2481 struct inet_listen_hashbucket *ilb2; local 2485 ilb2 = &hinfo->lhash2[st->bucket]; 2486 if (hlist_nulls_empty(&ilb2->nulls_head)) 2489 spin_lock(&ilb2->lock); 2490 sk_nulls_for_each(sk, node, &ilb2->nulls_head) { 2494 spin_unlock(&ilb2->lock); 2508 struct inet_listen_hashbucket *ilb2; local 2523 ilb2 = &hinfo->lhash2[st->bucket]; 2524 spin_unlock(&ilb2->lock);
|