Home
last modified time | relevance | path

Searched refs:MAGIC_VAL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dl4lb_all.c23 } real_def = {.dst = MAGIC_VAL}; in test_l4lb()
54 *magic != MAGIC_VAL, "ipv4", in test_l4lb()
61 *magic != MAGIC_VAL, "ipv6", in test_l4lb()
Dxdp_noinline.c24 } real_def = {.dst = MAGIC_VAL}; in test_xdp_noinline()
55 *magic != MAGIC_VAL, "ipv4", in test_xdp_noinline()
62 *magic != MAGIC_VAL, "ipv6", in test_xdp_noinline()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_progs.h122 #define MAGIC_VAL 0x1234 macro