Searched refs:jhash_1word (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_cluster.c | 32 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
|
D | xt_connlimit.c | 71 return jhash_1word((__force __u32)addr, in connlimit_iphash()
|
D | xt_recent.c | 117 return jhash_1word((__force u32)addr->ip, hash_rnd) & in recent_entry_hash4()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | clip_tbl.c | 25 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/ |
D | jhash.h | 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 52 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/ |
D | ipt_CLUSTERIP.c | 266 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 320 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
|
D | actions.c | 882 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
|
/linux-4.4.14/net/sched/ |
D | sch_sfb.c | 316 sfbhash = jhash_1word(salt, q->bins[slot].perturbation); in sfb_enqueue()
|
/linux-4.4.14/net/ipv6/ |
D | udp.c | 114 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/ |
D | af_mpls.c | 130 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/ |
D | qib_qp.c | 214 return jhash_1word(qpn, dev->qp_rnd) & in qpn_hash()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 324 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in udp4_portaddr_hash()
|
D | route.c | 605 hval = jhash_1word((__force u32) daddr, fnhe_hashrnd); in fnhe_hashfun()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 3077 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()
|