Home
last modified time | relevance | path

Searched refs:jhash_3words (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_queue.h53 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 Dcontext.c29 hash = jhash_3words(c->user, c->role, c->type, hash); in context_compute_hash()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet6_hashtables.h34 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
H A Dinet_sock.h346 return jhash_3words((__force __u32) laddr, in __inet_ehashfn()
H A Dipv6.h665 return jhash_3words(v, in __ipv6_addr_jhash()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dsyncookies.c52 i = jhash_3words(seq, net_hash_mix(net), in mptcp_join_entry_hash()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Djhash.h160 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 Djhash.h161 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 Dxt_HMARK.c125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_conn.c113 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 Dipt_CLUSTERIP.c369 hashval = jhash_3words(ntohl(iph->saddr), sport, dport, in clusterip_hashfn()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c825 return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 | in sctp_hashfn()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1257 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 Daf_mpls.c202 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_api.c54 return jhash_3words(tp->chain->index, tp->prio, in destroy_obj_hashfn()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c1463 return jhash_3words(a, k->if_id, net_hash_mix(read_pnet(&k->net)), in xfrm_pol_bin_key()