Searched refs:MAGIC_VAL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_noinline.c | 26 } real_def = {.dst = MAGIC_VAL}; in test_xdp_noinline() 46 *magic != MAGIC_VAL, "ipv4", in test_xdp_noinline() 54 *magic != MAGIC_VAL, "ipv6", in test_xdp_noinline()
|
H A D | l4lb_all.c | 24 } real_def = {.dst = MAGIC_VAL}; in test_l4lb() 55 *magic != MAGIC_VAL, "ipv4", in test_l4lb() 62 *magic != MAGIC_VAL, "ipv6", in test_l4lb()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | l4lb_all.c | 24 } real_def = {.dst = MAGIC_VAL}; in test_l4lb() 63 ASSERT_EQ(*magic, MAGIC_VAL, "ipv4 magic"); in test_l4lb() 73 ASSERT_EQ(*magic, MAGIC_VAL, "ipv6 magic"); in test_l4lb()
|
H A D | xdp_noinline.c | 26 } real_def = {.dst = MAGIC_VAL}; in test_xdp_noinline() 52 ASSERT_EQ(*magic, MAGIC_VAL, "ipv4 test_run magic"); in test_xdp_noinline() 63 ASSERT_EQ(*magic, MAGIC_VAL, "ipv6 test_run magic"); in test_xdp_noinline()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 243 #define MAGIC_VAL 0x12345678 macro 275 write_shstk(ptr, MAGIC_VAL); in test_shstk_access() 286 *(unsigned long *)ptr = MAGIC_VAL; in test_write_access() 382 if (*(unsigned long *)shstk_ptr == MAGIC_VAL) { in test_gup()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 15 #define MAGIC_VAL 0x1234 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 15 #define MAGIC_VAL 0x1234 macro
|
Completed in 3 milliseconds