Searched refs:jhash_3words (Results 1 – 4 of 4) sorted by relevance
| /include/net/netfilter/ |
| A D | nf_queue.h | 52 return jhash_3words((__force u32)iph->saddr, in hash_v4() 55 return jhash_3words((__force u32)iph->daddr, in hash_v4() 78 return jhash_3words(a, b, c, initval); in hash_v6()
|
| /include/linux/ |
| A D | jhash.h | 161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
| /include/net/ |
| A D | inet6_hashtables.h | 34 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
|
| A D | inet_sock.h | 398 return jhash_3words((__force __u32) laddr, in __inet_ehashfn()
|
Completed in 46 milliseconds