| /linux/include/net/ |
| H A D | ipv6_frag.h | 43 return jhash2(data, in ip6frag_key_hashfn() 51 return jhash2((const u32 *)&fq->key.v6, in ip6frag_obj_hashfn()
|
| /linux/net/xfrm/ |
| H A D | xfrm_hash.h | 16 return jhash2((__force u32 *)addr->a6, 4, 0); in __xfrm6_addr_hash() 72 return jhash2((__force u32 *)addr->a6, pdw, initval); in __xfrm6_pref_hash()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_jhash.h | 73 static __always_inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
| H A D | sock_iter_batch.c | 63 hash = jhash2(sk->sk_v6_rcv_saddr.s6_addr32, 4, net->hash_mix); in iter_tcp_soreuse()
|
| /linux/net/netfilter/ |
| H A D | xt_cluster.c | 35 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
|
| H A D | nf_conncount.c | 545 hash = jhash2(key, data->keylen, data->initval) % CONNCOUNT_SLOTS; in count_tree()
|
| H A D | xt_recent.c | 119 return jhash2((u32 *)addr->ip6, ARRAY_SIZE(addr->ip6), hash_rnd) & in recent_entry_hash6()
|
| H A D | nf_nat_core.c | 526 j = jhash2((u32 *)&tuple->src.u3, sizeof(tuple->src.u3) / sizeof(u32), in find_best_ips_proto()
|
| H A D | xt_hashlimit.c | 186 u_int32_t hash = jhash2((const u32 *)dst, in hash_dst()
|
| /linux/tools/include/linux/ |
| H A D | jhash.h | 117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
| /linux/include/linux/ |
| H A D | jhash.h | 117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 495 return jhash2(data, in lowpan_key_hashfn() 503 return jhash2((const u32 *)&fq->key, in lowpan_obj_hashfn()
|
| /linux/kernel/bpf/ |
| H A D | bloom_filter.c | 29 h = jhash2(value, value_size / 4, bloom->hash_seed + index); in hash()
|
| H A D | stackmap.c | 538 stackid->hash = jhash2((const u32 *)stackid->ips, stackid->len / sizeof(u32), 0); in stackid_init()
|
| H A D | liveness.c | 58 return jhash2(key, 2, 0); in instance_hash()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | metadata.c | 464 return jhash2((u32 *)&flower_entry->tc_flower_cookie, in nfp_fl_obj_hashfn() 473 return jhash2((u32 *)&cmp_arg->cookie, in nfp_fl_key_hashfn()
|
| /linux/lib/ |
| H A D | stackdepot.c | 571 return jhash2((u32 *)entries, in hash_stack()
|
| H A D | rhashtable.c | 1120 return jhash2(key, length, seed); in rhashtable_jhash2()
|
| /linux/kernel/futex/ |
| H A D | core.c | 159 hash = jhash2((void *)&key->private.address, sizeof(key->private.address) / 4, in __futex_hash_private() 389 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / sizeof(u32), in __futex_hash()
|
| /linux/net/sched/ |
| H A D | cls_flow.c | 330 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 629 return jhash2((const u32 *)&spec->vport_id, in efx_filter_spec_hash()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | rx_common.c | 616 return jhash2((const u32 *)&spec->outer_vid, in efx_siena_filter_spec_hash()
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 651 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_actions.c | 144 return jhash2((u32 *) fa_cookie->cookie, in mlxsw_afa_cookie_hash()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_gen.h | 310 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
|