Home
last modified time | relevance | path

Searched refs:bpf_dummy_ops_state (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Ddummy_st_ops_success.c10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG()
34 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG()
46 int BPF_PROG(test_sleepable, struct bpf_dummy_ops_state *state) in BPF_PROG()
H A Ddummy_st_ops_fail.c15 struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddummy_st_ops.c9 struct bpf_dummy_ops_state { struct
53 struct bpf_dummy_ops_state in_state = { in test_dummy_init_ptr_arg()
101 struct bpf_dummy_ops_state st = { 7 }; in test_dummy_multiple_args()
130 struct bpf_dummy_ops_state st; in test_dummy_sleepable()
/linux/include/linux/
H A Dbpf.h2256 struct bpf_dummy_ops_state { struct
2261 int (*test_1)(struct bpf_dummy_ops_state *cb); argument
2262 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2,
2264 int (*test_sleepable)(struct bpf_dummy_ops_state *cb);