Searched refs:jhash2 (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_cluster.c | 38 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
|
D | nf_nat_core.c | 126 hash = jhash2((u32 *)&tuple->src, sizeof(tuple->src) / sizeof(u32), in hash_by_src() 261 j = jhash2((u32 *)&tuple->src.u3, sizeof(tuple->src.u3) / sizeof(u32), in find_best_ips_proto()
|
D | xt_connlimit.c | 85 return jhash2((u32 *)res.ip6, ARRAY_SIZE(res.ip6), in connlimit_iphash6()
|
D | nf_conntrack_expect.c | 83 hash = jhash2(tuple->dst.u3.all, ARRAY_SIZE(tuple->dst.u3.all), in nf_ct_expect_dst_hash()
|
D | xt_recent.c | 123 return jhash2((u32 *)addr->ip6, ARRAY_SIZE(addr->ip6), hash_rnd) & in recent_entry_hash6()
|
D | xt_hashlimit.c | 129 u_int32_t hash = jhash2((const u32 *)dst, in hash_dst()
|
D | nf_conntrack_core.c | 138 return jhash2((u32 *)tuple, n, nf_conntrack_hash_rnd ^ in hash_conntrack_raw()
|
/linux-4.4.14/include/linux/ |
D | jhash.h | 117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() function
|
D | rhashtable.h | 228 hash = jhash2(key, key_len / sizeof(u32), in rht_key_hashfn()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_hash.h | 72 return jhash2((__force u32 *)addr->a6, pdw, initval); in __xfrm6_pref_hash()
|
/linux-4.4.14/net/core/ |
D | flow.c | 166 return jhash2(k, length, fcp->hash_rnd) in flow_hash_code()
|
D | flow_dissector.c | 513 return jhash2(words, length, keyval); in __flow_hash_words()
|
/linux-4.4.14/lib/ |
D | rhashtable.c | 679 return jhash2(key, length, seed); in rhashtable_jhash2()
|
/linux-4.4.14/net/sched/ |
D | cls_flow.c | 320 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 426 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|
/linux-4.4.14/mm/ |
D | ksm.c | 833 checksum = jhash2(addr, PAGE_SIZE / 4, 17); in calc_checksum()
|
D | hugetlb.c | 3666 hash = jhash2((u32 *)&key, sizeof(key)/sizeof(u32), 0); in hugetlb_fault_mutex_hash()
|
/linux-4.4.14/net/ipv6/ |
D | udp.c | 118 hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix); in udp6_portaddr_hash()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 265 (jhash2((u32 *)(data), HKEY_DATALEN / sizeof(u32), initval) \
|
/linux-4.4.14/kernel/ |
D | futex.c | 381 u32 hash = jhash2((u32*)&key->both.word, in hash_futex()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 3307 return jhash2((u32 *)&arg, netlink_compare_arg_len / sizeof(u32), seed); in netlink_hash()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ef10.c | 2863 return jhash2((const u32 *)&spec->outer_vid, in efx_ef10_filter_hash()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 390 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0); in nfsd_fh_hashval()
|