Searched refs:jhash_2words (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| 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()
|
| 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()
|
| 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()
|
| A D | test_xdp_noinline.c | 101 u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function 513 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12), in get_packet_hash() 516 return jhash_2words(pckt->flow.src, pckt->flow.ports, in get_packet_hash()
|
| /tools/include/linux/ |
| A D | jhash.h | 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
Completed in 13 milliseconds