Searched refs:__inet_ehashfn (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | inet_sock.h | 380 static inline unsigned int __inet_ehashfn(const __be32 laddr, in __inet_ehashfn() function
|
/linux/net/rds/ |
H A D | connection.c | 71 hash = __inet_ehashfn(lhash, 0, fhash, 0, rds_hash_secret); in rds_conn_bucket()
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 38 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
H A D | udp.c | 419 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|