Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dinet6_hashtables.c186 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 Dtcp_ipv4.c2486 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);