Searched refs:ilb2 (Results 1 – 2 of 2) 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 | tcp_ipv4.c | 2486 struct inet_listen_hashbucket *ilb2; local 2490 ilb2 = &hinfo->lhash2[st->bucket]; 2491 if (hlist_nulls_empty(&ilb2->nulls_head)) 2494 spin_lock(&ilb2->lock); 2495 sk_nulls_for_each(sk, node, &ilb2->nulls_head) { 2499 spin_unlock(&ilb2->lock); 2513 struct inet_listen_hashbucket *ilb2; local 2528 ilb2 = &hinfo->lhash2[st->bucket]; 2529 spin_unlock(&ilb2->lock);
|