Home
last modified time | relevance | path

Searched defs:test_2 (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dstruct_ops_module.c21 void BPF_PROG(test_2, int a, int b) in BPF_PROG() argument
48 void (*test_2)(int a, int b); member
60 void (*test_2)(int a, int b); member
81 void (*test_2)(int *a); member
Dbad_struct_ops.c14 int BPF_PROG(test_2) { return 0; } in BPF_PROG() argument
Ddummy_st_ops_success.c34 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG() argument
Dstruct_ops_autocreate.c19 int BPF_PROG(test_2) in BPF_PROG() argument
/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.h35 void (*test_2)(int a, int b); member