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/
A Ddummy_st_ops.c7 struct bpf_dummy_ops_state { struct
12 int (*test_1)(struct bpf_dummy_ops_state *state); argument
13 int (*test_2)(struct bpf_dummy_ops_state *state, int a1, unsigned short a2,
20 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG()
35 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG()
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c13 typedef int (*dummy_ops_test_ret_fn)(struct bpf_dummy_ops_state *state, ...);
17 struct bpf_dummy_ops_state state;
66 struct bpf_dummy_ops_state *state = NULL; in dummy_ops_call_op()
/linux/tools/testing/selftests/bpf/prog_tests/
A Ddummy_st_ops.c7 struct bpf_dummy_ops_state { struct
52 struct bpf_dummy_ops_state in_state = { in test_dummy_init_ptr_arg()
/linux/include/linux/
A Dbpf.h1034 struct bpf_dummy_ops_state { struct
1039 int (*test_1)(struct bpf_dummy_ops_state *cb); argument
1040 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2,

Completed in 13 milliseconds