Home
last modified time | relevance | path

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

/net/bpf/
A Dbpf_dummy_struct_ops.c100 for (u32 arg_no = 0; arg_no < btf_type_vlen(func_proto) ; ++arg_no) { in check_test_run_args() local
101 const struct btf_param *param = &btf_params(func_proto)[arg_no]; in check_test_run_args()
106 if (args->args[arg_no] != 0) in check_test_run_args()
116 offset = btf_ctx_arg_offset(bpf_dummy_ops_btf, func_proto, arg_no); in check_test_run_args()

Completed in 9 milliseconds