Home
last modified time | relevance | path

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

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