Home
last modified time | relevance | path

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

/linux-6.12.1/net/bpf/
Dbpf_dummy_struct_ops.c20 struct bpf_dummy_ops_test_args { struct
27 static struct bpf_dummy_ops_test_args * argument
31 struct bpf_dummy_ops_test_args *args; in dummy_ops_init_args()
59 static int dummy_ops_copy_args(struct bpf_dummy_ops_test_args *args) in dummy_ops_copy_args()
70 static int dummy_ops_call_op(void *image, struct bpf_dummy_ops_test_args *args) in dummy_ops_call_op()
96 static int check_test_run_args(struct bpf_prog *prog, struct bpf_dummy_ops_test_args *args) in check_test_run_args()
134 struct bpf_dummy_ops_test_args *args; in bpf_struct_ops_test_run()