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

/linux-master/net/netfilter/
H A Dxt_cluster.c29 return jhash_1word(ip, info->hash_seed);
H A Dnft_set_hash.c543 hash = jhash_1word(k1, priv->seed);
564 hash = jhash_1word(k1, priv->seed);
H A Dxt_recent.c113 return jhash_1word((__force u32)addr->ip, hash_rnd) &
/linux-master/tools/include/linux/
H A Djhash.h170 static inline u32 jhash_1word(u32 a, u32 initval) function
/linux-master/include/linux/
H A Djhash.h171 static inline u32 jhash_1word(u32 a, u32 initval) function
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c25 return jhash_1word(*key, 0) % clipt_size_half;
34 (jhash_1word(xor, 0) % clipt_size_half);
/linux-master/security/selinux/ss/
H A Debitmap.c551 hash = jhash_1word(e->highbit, hash);
553 hash = jhash_1word(node->startbit, hash);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c52 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) &
219 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2),
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c26 hash = jhash_1word(flow_act->action, 0);
/linux-master/net/openvswitch/
H A Dflow_table.c554 hash = jhash_1word(hash, ti->hash_seed);
811 skb_hash = jhash_1word(skb_hash, key->recirc_id);
H A Dactions.c1097 hash = jhash_1word(hash, hash_act->hash_basis);
/linux-master/include/net/
H A Dipv6.h801 hash = jhash_1word(0, mix);
803 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix);
H A Dip.h689 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port;
/linux-master/drivers/net/
H A Dvrf.c223 key = jhash_1word(table_id, HASH_INITVAL);
237 key = jhash_1word(table_id, HASH_INITVAL);
H A Dgtp.c116 return jhash_1word(tid, gtp_h_initval);
121 return jhash_1word((__force u32)ip, gtp_h_initval);
/linux-master/net/rds/
H A Drds.h96 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \
/linux-master/net/mac80211/
H A Dmesh_pathtbl.c25 return jhash_1word(__get_unaligned_cpu32((u8 *)addr + 2), seed);
/linux-master/net/mpls/
H A Daf_mpls.c180 hash = jhash_1word(dec.label, hash);
214 hash = jhash_1word(v6hdr->nexthdr, hash);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c363 return jhash_1word(message_id, 0) & (MESSAGE_HASH_SIZE - 1);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2147 skb_set_hash(skb, jhash_1word(hash, 0),
2154 skb_set_hash(skb, jhash_1word(hash, 0),
/linux-master/kernel/
H A Dworkqueue.c4527 hash = jhash_1word(attrs->nice, hash);
4532 hash = jhash_1word(attrs->affn_strict, hash);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3773 hash = jhash_1word(hash, jhash_initval_salt);

Completed in 274 milliseconds