Searched refs:MAX_VIPS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline.c | 108 #define MAX_VIPS 12 macro 111 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE) 168 __uint(max_entries, MAX_VIPS); 189 __uint(max_entries, MAX_VIPS); 204 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|
H A D | test_l4lb.c | 112 #define MAX_VIPS 12 macro 115 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE) 172 __uint(max_entries, MAX_VIPS); 193 __uint(max_entries, MAX_VIPS); 209 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|
H A D | test_l4lb_noinline_dynptr.c | 110 #define MAX_VIPS 12 macro 113 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE) 170 __uint(max_entries, MAX_VIPS); 191 __uint(max_entries, MAX_VIPS); 206 return jhash_2words(jhash(pckt->srcv6, 16, MAX_VIPS), in get_packet_hash()
|