Searched refs:jhash (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_verif_scale2.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
| A D | test_verif_scale1.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
| A D | test_verif_scale3.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
| A D | core_kern.c | 89 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
| A D | test_jhash.h | 36 u32 jhash(const void *key, u32 length, u32 initval) in jhash() function
|
| A D | test_l4lb.c | 57 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash() function 209 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|
| A D | test_l4lb_noinline.c | 53 static __noinline u32 jhash(const void *key, u32 length, u32 initval) in jhash() function 204 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|
| A D | test_l4lb_noinline_dynptr.c | 55 static __noinline u32 jhash(const void *key, u32 length, u32 initval) in jhash() function 206 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|
| A D | test_xdp_noinline.c | 54 u32 jhash(const void *key, u32 length, u32 initval) in jhash() function 513 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12), in get_packet_hash()
|
| /tools/include/linux/ |
| A D | jhash.h | 70 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash() function
|
| /tools/objtool/ |
| A D | elf.c | 27 return jhash(str, strlen(str), 0); in str_hash()
|
| A D | check.c | 374 return jhash((void *)cfi + sizeof(cfi->hash), in cfi_key()
|
Completed in 23 milliseconds