Home
last modified time | relevance | path

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

/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c116 offset = btf_ctx_arg_offset(bpf_dummy_ops_btf, func_proto, arg_no); in check_test_run_args()
/linux/include/linux/
H A Dbtf.h520 int btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto,
/linux/kernel/bpf/
H A Dbpf_struct_ops.c261 offset = btf_ctx_arg_offset(btf, func_proto, arg_no); in prepare_arg_info()
H A Dbtf.c6417 int btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto, in btf_ctx_arg_offset() function