Home
last modified time | relevance | path

Searched refs:jhash_1word (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/net/netfilter/
Dxt_cluster.c32 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
Dxt_connlimit.c71 return jhash_1word((__force __u32)addr, in connlimit_iphash()
Dxt_recent.c117 return jhash_1word((__force u32)addr->ip, hash_rnd) & in recent_entry_hash4()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dclip_tbl.c25 return jhash_1word(*key, 0) % clipt_size_half; in ipv4_clip_hash()
34 (jhash_1word(xor, 0) % clipt_size_half); in ipv6_clip_hash()
/linux-4.1.27/include/linux/
Djhash.h170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c52 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) & in ipvlan_get_v4_hash()
186 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_CLUSTERIP.c266 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn()
/linux-4.1.27/net/openvswitch/
Dflow_table.c318 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
Dactions.c716 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
/linux-4.1.27/net/ipv6/
Dudp.c114 hash = jhash_1word(0, mix); in udp6_portaddr_hash()
116 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in udp6_portaddr_hash()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_qp.c214 return jhash_1word(qpn, dev->qp_rnd) & in qpn_hash()
/linux-4.1.27/net/ipv4/
Dudp.c325 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in udp4_portaddr_hash()
Droute.c603 hval = jhash_1word((__force u32) daddr, fnhe_hashrnd); in fnhe_hashfun()
/linux-4.1.27/kernel/
Dworkqueue.c3114 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()