Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c225 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
235 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c316 return inet_lhash2_bucket(h, hash); in inet_lhash2_bucket_sk()
454 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
464 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
/openbmc/linux/include/net/
H A Dinet_hashtables.h193 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() function