Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_l4lb_noinline.c100 static u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
207 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
210 return jhash_2words(pckt->src, pckt->ports, CH_RINGS_SIZE); in get_packet_hash()
Dtest_l4lb.c104 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()
Dtest_xdp_noinline.c106 u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
551 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12), in get_packet_hash()
554 return jhash_2words(pckt->flow.src, pckt->flow.ports, in get_packet_hash()
/external/blktrace/
Djhash.h147 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function