/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()
|
H A D | ipv6.h | 757 return jhash2((__force const u32 *)a->s6_addr32, in __ipv6_addr_jhash() 805 hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix); in ipv6_portaddr_hash()
|
/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 | sock_iter_batch.c | 50 hash = jhash2(sk->sk_v6_rcv_saddr.s6_addr32, 4, net->hash_mix); in iter_tcp_soreuse()
|
H A D | test_jhash.h | 73 static __always_inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
/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 | 406 hash = jhash2(key, data->keylen, conncount_rnd) % 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()
|
/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/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 488 return jhash2(data, in lowpan_key_hashfn() 496 return jhash2((const u32 *)&fq->key, in lowpan_obj_hashfn()
|
/linux/include/linux/ |
H A D | jhash.h | 117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
H A D | rhashtable.h | 142 hash = jhash2(key, key_len / sizeof(u32), hash_rnd); in rht_key_get_hash()
|
/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 | 245 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
|
/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/net/ipv4/ |
H A D | ip_fragment.c | 717 return jhash2(data, in ip4_key_hashfn() 725 return jhash2((const u32 *)&fq->key.v4, in ip4_obj_hashfn()
|
/linux/drivers/net/hyperv/ |
H A D | hyperv_net.h | 1104 hash = jhash2((u32 *)&flow.addrs.v4addrs, 2, hashrnd); in netvsc_get_hash() 1106 hash = jhash2((u32 *)&flow.addrs.v6addrs, 8, hashrnd); in netvsc_get_hash()
|
/linux/lib/ |
H A D | stackdepot.c | 54 /* Initial seed for jhash2. */ 514 return jhash2((u32 *)entries, in hash_stack()
|
H A D | rhashtable.c | 978 return jhash2(key, length, seed); in rhashtable_jhash2()
|
/linux/drivers/net/thunderbolt/ |
H A D | main.c | 1280 hash = jhash2((u32 *)xd->local_uuid, 4, 0); in tbnet_generate_mac() 1282 hash = jhash2((u32 *)xd->local_uuid, 4, hash); in tbnet_generate_mac()
|
/linux/kernel/futex/ |
H A D | core.c | 119 u32 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / 4, in futex_hash()
|
/linux/net/sched/ |
H A D | cls_flow.c | 325 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 621 return jhash2((const u32 *)&spec->outer_vid, in efx_siena_filter_spec_hash()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 631 return jhash2((const u32 *)&spec->vport_id, in efx_filter_spec_hash()
|
/linux/net/openvswitch/ |
H A D | flow_table.c | 653 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|