Home
last modified time | relevance | path

Searched refs:jhash_2words (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_l4lb.c102 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 Dtest_l4lb_noinline.c98 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 Dtest_l4lb_noinline_dynptr.c100 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 Dtest_xdp_noinline.c101 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 Djhash.h165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function

Completed in 13 milliseconds