Home
last modified time | relevance | path

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

/linux-6.12.1/net/bpf/
Dbpf_dummy_struct_ops.c116 offset = btf_ctx_arg_offset(bpf_dummy_ops_btf, func_proto, arg_no); in check_test_run_args()
/linux-6.12.1/include/linux/
Dbtf.h514 int btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto,
/linux-6.12.1/kernel/bpf/
Dbpf_struct_ops.c260 offset = btf_ctx_arg_offset(btf, func_proto, arg_no); in prepare_arg_info()
Dbtf.c6398 int btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto, in btf_ctx_arg_offset() function