Searched refs:jhash_1word (Results 1 – 20 of 20) sorted by relevance
| /Linux-v4.19/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-v4.19/net/netfilter/ |
| D | xt_cluster.c | 32 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
|
| D | nft_set_hash.c | 478 hash = jhash_1word(k1, priv->seed); in nft_hash_lookup_fast()
|
| D | xt_recent.c | 116 return jhash_1word((__force u32)addr->ip, hash_rnd) & in recent_entry_hash4()
|
| /Linux-v4.19/tools/include/linux/ |
| D | jhash.h | 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
| /Linux-v4.19/include/linux/ |
| D | jhash.h | 169 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
| /Linux-v4.19/drivers/net/ipvlan/ |
| D | ipvlan_core.c | 57 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) & in ipvlan_get_v4_hash() 224 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash()
|
| /Linux-v4.19/include/net/ |
| D | ipv6.h | 648 hash = jhash_1word(0, mix); in ipv6_portaddr_hash() 650 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in ipv6_portaddr_hash()
|
| D | ip.h | 574 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
|
| /Linux-v4.19/drivers/net/ |
| D | gtp.c | 101 return jhash_1word(tid, gtp_h_initval); in gtp1u_hashfn() 106 return jhash_1word((__force u32)ip, gtp_h_initval); in ipv4_hashfn()
|
| /Linux-v4.19/net/mac80211/ |
| D | mesh_pathtbl.c | 26 return jhash_1word(*(u32 *)(addr+2), seed); in mesh_table_hash()
|
| /Linux-v4.19/net/sched/ |
| D | sch_sfb.c | 321 sfbhash = jhash_1word(salt, q->bins[slot].perturbation); in sfb_enqueue()
|
| /Linux-v4.19/net/ipv4/netfilter/ |
| D | ipt_CLUSTERIP.c | 337 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn()
|
| /Linux-v4.19/net/openvswitch/ |
| D | flow_table.c | 315 hash = jhash_1word(hash, ti->hash_seed); in find_bucket()
|
| D | actions.c | 1090 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
|
| /Linux-v4.19/net/rds/ |
| D | rds.h | 98 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fw_tracer.c | 342 return jhash_1word(message_id, 0) & (MESSAGE_HASH_SIZE - 1); in mlx5_tracer_message_hash()
|
| /Linux-v4.19/net/mpls/ |
| D | af_mpls.c | 180 hash = jhash_1word(dec.label, hash); in mpls_multipath_hash() 214 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()
|
| /Linux-v4.19/net/ipv4/ |
| D | route.c | 618 hval = jhash_1word((__force u32) daddr, fnhe_hashrnd); in fnhe_hashfun()
|
| /Linux-v4.19/kernel/ |
| D | workqueue.c | 3261 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()
|