Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/include/linux/
Djhash.h170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c52 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) & in ipvlan_get_v4_hash()
184 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c266 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn()
/linux-4.4.14/net/openvswitch/
Dflow_table.c320 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
Dactions.c882 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
/linux-4.4.14/net/sched/
Dsch_sfb.c316 sfbhash = jhash_1word(salt, q->bins[slot].perturbation); in sfb_enqueue()
/linux-4.4.14/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.4.14/net/mpls/
Daf_mpls.c130 hash = jhash_1word(dec.label, hash); in mpls_select_multipath()
165 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_select_multipath()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qp.c214 return jhash_1word(qpn, dev->qp_rnd) & in qpn_hash()
/linux-4.4.14/net/ipv4/
Dudp.c324 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in udp4_portaddr_hash()
Droute.c605 hval = jhash_1word((__force u32) daddr, fnhe_hashrnd); in fnhe_hashfun()
/linux-4.4.14/kernel/
Dworkqueue.c3077 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()