/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb.c | 104 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 211 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash() 214 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
|
H A D | test_l4lb_noinline.c | 98 static __noinline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 204 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash() 207 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
|
H A D | test_xdp_noinline.c | 100 u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 540 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12), in get_packet_hash() 543 return jhash_2words(pckt->flow.src, pckt->flow.ports, in get_packet_hash()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline_dynptr.c | 100 static __noinline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 206 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash() 209 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
|
H A D | test_l4lb_noinline.c | 98 static __noinline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 204 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash() 207 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
|
H A D | test_l4lb.c | 102 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 209 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash() 212 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
|
H A D | test_xdp_noinline.c | 100 u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 500 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12), in get_packet_hash() 503 return jhash_2words(pckt->flow.src, pckt->flow.ports, in get_packet_hash()
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | mls.h | 109 hash = jhash_2words(r->level[0].sens, r->level[1].sens, hash); in mls_range_hash()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | mls.h | 109 hash = jhash_2words(r->level[0].sens, r->level[1].sens, hash); in mls_range_hash()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_util.c | 561 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash() 568 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash() 592 *hash = jhash_2words(a_hash, b_hash, 0); in get_hash_bucket()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_util.c | 517 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash() 524 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash() 548 *hash = jhash_2words(a_hash, b_hash, 0); in get_hash_bucket()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_hash.h | 49 return jhash_2words(ntohl(daddr->a4) & __bits2mask32(dbits), in __xfrm4_dpref_spref_hash()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | jhash.h | 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | jhash.h | 166 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jhash.h | 166 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_hash.h | 49 return jhash_2words(ntohl(daddr->a4) & __bits2mask32(dbits), in __xfrm4_dpref_spref_hash()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | jhash.h | 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_tables_trace.c | 38 id = (__be32)jhash_2words(hash32_ptr(skb), skb_get_hash(skb), in trace_fill_id()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 91 return jhash_2words(*key, ifindex, 0) % l2t_size_half; in arp_hash() 101 (jhash_2words(xor, ifindex, 0) % l2t_size_half)); in ipv6_hash()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 91 return jhash_2words(*key, ifindex, 0) % l2t_size_half; in arp_hash() 101 (jhash_2words(xor, ifindex, 0) % l2t_size_half)); in ipv6_hash()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash()
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_xlat.c | 46 return jhash_2words(v[0], v[1], hashrnd); in ila_locator_hash()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.c | 163 return jhash_2words(sample_ratio, default_table_id, 0); in sampler_hash()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_xlat.c | 45 return jhash_2words(v[0], v[1], hashrnd); in ila_locator_hash()
|