/Linux-v5.10/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-v5.10/net/netfilter/ |
D | xt_cluster.c | 29 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
|
D | nft_set_hash.c | 470 hash = jhash_1word(k1, priv->seed); in nft_hash_lookup_fast() 491 hash = jhash_1word(k1, priv->seed); in nft_jhash()
|
D | xt_recent.c | 113 return jhash_1word((__force u32)addr->ip, hash_rnd) & in recent_entry_hash4()
|
/Linux-v5.10/tools/include/linux/ |
D | jhash.h | 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
/Linux-v5.10/include/linux/ |
D | jhash.h | 171 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
/Linux-v5.10/security/selinux/ss/ |
D | ebitmap.c | 551 hash = jhash_1word(e->highbit, hash); in ebitmap_hash() 553 hash = jhash_1word(node->startbit, hash); in ebitmap_hash()
|
/Linux-v5.10/drivers/net/ipvlan/ |
D | ipvlan_core.c | 52 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) & in ipvlan_get_v4_hash() 219 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 26 hash = jhash_1word(flow_act->action, 0); in mlx5_eswitch_termtbl_hash()
|
/Linux-v5.10/include/net/ |
D | ipv6.h | 711 hash = jhash_1word(0, mix); in ipv6_portaddr_hash() 713 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in ipv6_portaddr_hash()
|
D | ip.h | 645 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
|
/Linux-v5.10/net/openvswitch/ |
D | flow_table.c | 556 hash = jhash_1word(hash, ti->hash_seed); in find_bucket() 813 skb_hash = jhash_1word(skb_hash, key->recirc_id); in ovs_flow_tbl_lookup_stats()
|
D | actions.c | 1037 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
|
/Linux-v5.10/drivers/net/ |
D | gtp.c | 96 return jhash_1word(tid, gtp_h_initval); in gtp1u_hashfn() 101 return jhash_1word((__force u32)ip, gtp_h_initval); in ipv4_hashfn()
|
D | vrf.c | 230 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_lookup_elem() 244 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_add_elem()
|
/Linux-v5.10/net/mac80211/ |
D | mesh_pathtbl.c | 23 return jhash_1word(__get_unaligned_cpu32((u8 *)addr + 2), seed); in mesh_table_hash()
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 361 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn()
|
/Linux-v5.10/net/rds/ |
D | rds.h | 96 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \
|
/Linux-v5.10/net/mpls/ |
D | af_mpls.c | 179 hash = jhash_1word(dec.label, hash); in mpls_multipath_hash() 213 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer.c | 358 return jhash_1word(message_id, 0) & (MESSAGE_HASH_SIZE - 1); in mlx5_tracer_message_hash()
|
/Linux-v5.10/net/ipv4/ |
D | route.c | 626 hval = jhash_1word((__force u32)daddr, fnhe_hashrnd); in fnhe_hashfun()
|
/Linux-v5.10/kernel/ |
D | workqueue.c | 3392 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()
|