Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_sock.h372 static inline unsigned int __inet_ehashfn(const __be32 laddr, in __inet_ehashfn() function
/openbmc/linux/net/rds/
H A Dconnection.c71 hash = __inet_ehashfn(lhash, 0, fhash, 0, rds_hash_secret); in rds_conn_bucket()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c39 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
H A Dudp.c418 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()