| /Linux-v6.6/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-v6.6/net/netfilter/ |
| D | xt_cluster.c | 29 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
|
| D | nft_set_hash.c | 533 hash = jhash_1word(k1, priv->seed); in nft_hash_lookup_fast() 554 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-v6.6/tools/include/linux/ |
| D | jhash.h | 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
| /Linux-v6.6/include/linux/ |
| D | jhash.h | 171 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
|
| /Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/net/openvswitch/ |
| D | flow_table.c | 557 hash = jhash_1word(hash, ti->hash_seed); in find_bucket() 814 skb_hash = jhash_1word(skb_hash, key->recirc_id); in ovs_flow_tbl_lookup_stats()
|
| D | actions.c | 1090 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
|
| /Linux-v6.6/include/net/ |
| D | ipv6.h | 804 hash = jhash_1word(0, mix); in ipv6_portaddr_hash() 806 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in ipv6_portaddr_hash()
|
| D | ip.h | 680 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
|
| /Linux-v6.6/net/rds/ |
| D | rds.h | 96 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \
|
| /Linux-v6.6/drivers/net/ |
| D | vrf.c | 233 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_lookup_elem() 247 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_add_elem()
|
| D | gtp.c | 116 return jhash_1word(tid, gtp_h_initval); in gtp1u_hashfn() 121 return jhash_1word((__force u32)ip, gtp_h_initval); in ipv4_hashfn()
|
| /Linux-v6.6/net/mac80211/ |
| D | mesh_pathtbl.c | 24 return jhash_1word(__get_unaligned_cpu32((u8 *)addr + 2), seed); in mesh_table_hash()
|
| /Linux-v6.6/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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fw_tracer.c | 363 return jhash_1word(message_id, 0) & (MESSAGE_HASH_SIZE - 1); in mlx5_tracer_message_hash()
|
| /Linux-v6.6/kernel/ |
| D | workqueue.c | 3777 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash() 3782 hash = jhash_1word(attrs->affn_strict, hash); in wqattrs_hash()
|
| /Linux-v6.6/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.c | 2144 skb_set_hash(skb, jhash_1word(hash, 0), in mtk_poll_rx() 2151 skb_set_hash(skb, jhash_1word(hash, 0), in mtk_poll_rx()
|
| /Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
| D | i40e_txrx.c | 3753 hash = jhash_1word(hash, jhash_initval_salt); in i40e_swdcb_skb_tx_hash()
|