Searched refs:jhash_2words (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_l4lb_noinline.c | 100 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()
|
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()
|
D | test_xdp_noinline.c | 106 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/ |
D | jhash.h | 147 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|