Home
last modified time | relevance | path

Searched refs:ilb2 (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv6/
H A Dinet6_hashtables.c151 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()
/linux/net/ipv4/
H A Dtcp_ipv4.c2624 struct inet_listen_hashbucket *ilb2; local
2628 ilb2 = &hinfo->lhash2[st->bucket];
2629 if (hlist_nulls_empty(&ilb2->nulls_head))
2632 spin_lock(&ilb2->lock);
2633 sk_nulls_for_each(sk, node, &ilb2->nulls_head) {
2637 spin_unlock(&ilb2->lock);
2651 struct inet_listen_hashbucket *ilb2; local
2666 ilb2 = &hinfo->lhash2[st->bucket];
2667 spin_unlock(&ilb2->lock);