Home
last modified time | relevance | path

Searched refs:inet_lhash2_bucket (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c135 return inet_lhash2_bucket(h, hash); in ninet_lhash2_bucket_sk()
422 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in ninet_lookup_listener()
431 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in ninet_lookup_listener()
/kernel/linux/linux-5.10/net/ipv6/
Dinet6_hashtables.c207 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
217 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c202 return inet_lhash2_bucket(h, hash); in inet_lhash2_bucket_sk()
358 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
368 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h167 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() function