Searched refs:jhash_3words (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/net/netfilter/ |
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()
|
/linux-6.3-rc2/security/selinux/ss/ |
A D | context.c | 29 hash = jhash_3words(c->user, c->role, c->type, hash); in context_compute_hash()
|
/linux-6.3-rc2/net/mptcp/ |
A D | syncookies.c | 52 i = jhash_3words(seq, net_hash_mix(net), in mptcp_join_entry_hash()
|
/linux-6.3-rc2/include/net/ |
A D | inet6_hashtables.h | 34 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
|
A D | inet_sock.h | 354 return jhash_3words((__force __u32) laddr, in __inet_ehashfn()
|
A D | ipv6.h | 757 return jhash_3words(v, in __ipv6_addr_jhash()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | jhash.h | 160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
/linux-6.3-rc2/include/linux/ |
A D | jhash.h | 161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_HMARK.c | 125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
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()
|
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 832 return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 | in sctp_hashfn()
|
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/ |
A D | ipoib_main.c | 1266 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0); in ipoib_addr_hash()
|
/linux-6.3-rc2/net/mpls/ |
A D | af_mpls.c | 202 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 176 return jhash_3words(tp->chain->index, tp->prio, in destroy_obj_hashfn()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 1459 return jhash_3words(a, k->if_id, net_hash_mix(read_pnet(&k->net)), in xfrm_pol_bin_key()
|
Completed in 43 milliseconds