Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dxdp_noinline.c26 } 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()
Dl4lb_all.c24 } 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-5.10/tools/testing/selftests/bpf/
Dnetwork_helpers.h15 #define MAGIC_VAL 0x1234 macro