Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dunsupported_ops.c14 int BPF_PROG(unsupported_ops) in BPF_PROG() argument
21 .unsupported_ops = (void *)unsupported_ops,
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h38 int (*unsupported_ops)(void); member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c315 RUN_TESTS(unsupported_ops); in serial_test_struct_ops_module()