Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A 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-6.3-rc2/net/netfilter/
A Dxt_cluster.c29 return jhash_1word(ip, info->hash_seed); in xt_cluster_hash_ipv4()
A Dnft_set_hash.c502 hash = jhash_1word(k1, priv->seed); in nft_hash_lookup_fast()
523 hash = jhash_1word(k1, priv->seed); in nft_jhash()
A Dxt_recent.c113 return jhash_1word((__force u32)addr->ip, hash_rnd) & in recent_entry_hash4()
/linux-6.3-rc2/tools/include/linux/
A Djhash.h170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
/linux-6.3-rc2/include/linux/
A Djhash.h171 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word() function
/linux-6.3-rc2/security/selinux/ss/
A Debitmap.c551 hash = jhash_1word(e->highbit, hash); in ebitmap_hash()
553 hash = jhash_1word(node->startbit, hash); in ebitmap_hash()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_core.c52 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch_offloads_termtbl.c26 hash = jhash_1word(flow_act->action, 0); in mlx5_eswitch_termtbl_hash()
/linux-6.3-rc2/net/openvswitch/
A Dflow_table.c557 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()
A Dactions.c1077 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
/linux-6.3-rc2/include/net/
A Dipv6.h803 hash = jhash_1word(0, mix); in ipv6_portaddr_hash()
805 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); in ipv6_portaddr_hash()
A Dip.h660 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
/linux-6.3-rc2/net/mac80211/
A Dmesh_pathtbl.c23 return jhash_1word(__get_unaligned_cpu32((u8 *)addr + 2), seed); in mesh_table_hash()
/linux-6.3-rc2/net/rds/
A Drds.h96 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \
/linux-6.3-rc2/drivers/net/
A Dvrf.c233 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()
A Dgtp.c116 return jhash_1word(tid, gtp_h_initval); in gtp1u_hashfn()
121 return jhash_1word((__force u32)ip, gtp_h_initval); in ipv4_hashfn()
/linux-6.3-rc2/net/mpls/
A Daf_mpls.c179 hash = jhash_1word(dec.label, hash); in mpls_multipath_hash()
213 hash = jhash_1word(v6hdr->nexthdr, hash); in mpls_multipath_hash()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfw_tracer.c363 return jhash_1word(message_id, 0) & (MESSAGE_HASH_SIZE - 1); in mlx5_tracer_message_hash()
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c2044 skb_set_hash(skb, jhash_1word(hash, 0), in mtk_poll_rx()
2051 skb_set_hash(skb, jhash_1word(hash, 0), in mtk_poll_rx()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.c3684 hash = jhash_1word(hash, jhash_initval_salt); in i40e_swdcb_skb_tx_hash()
/linux-6.3-rc2/kernel/
A Dworkqueue.c3526 hash = jhash_1word(attrs->nice, hash); in wqattrs_hash()

Completed in 67 milliseconds