| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_queue.h | 53 return jhash_3words((__force u32)iph->saddr, in hash_v4() 56 return jhash_3words((__force u32)iph->daddr, in hash_v4() 79 return jhash_3words(a, b, c, initval); in hash_v6()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | context.c | 29 hash = jhash_3words(c->user, c->role, c->type, hash); in context_compute_hash()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet6_hashtables.h | 34 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
|
| H A D | inet_sock.h | 346 return jhash_3words((__force __u32) laddr, in __inet_ehashfn()
|
| H A D | ipv6.h | 665 return jhash_3words(v, in __ipv6_addr_jhash()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | syncookies.c | 52 i = jhash_3words(seq, net_hash_mix(net), in mptcp_join_entry_hash()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | jhash.h | 160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jhash.h | 161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_HMARK.c | 125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_conn.c | 113 return (jhash_3words(jhash(addr, 16, ip_vs_conn_rnd), in ip_vs_conn_hashkey() 117 return (jhash_3words((__force u32)addr->ip, (__force u32)port, proto, in ip_vs_conn_hashkey()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ipt_CLUSTERIP.c | 369 hashval = jhash_3words(ntohl(iph->saddr), sport, dport, in clusterip_hashfn()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | input.c | 825 return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 | in sctp_hashfn()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 1257 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0); in ipoib_addr_hash()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 202 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_api.c | 54 return jhash_3words(tp->chain->index, tp->prio, in destroy_obj_hashfn()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_policy.c | 1463 return jhash_3words(a, k->if_id, net_hash_mix(read_pnet(&k->net)), in xfrm_pol_bin_key()
|