Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_lsm.c78 if (btf_type_vlen(prog->aux->attach_func_proto) < 1 || in BTF_SET_END()
86 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
Dtrampoline.c524 if (!prog->aux->attach_func_proto->type) in bpf_attach_type_to_tramp()
670 p->aux->attach_func_proto = prog->aux->attach_func_proto; in cgroup_shim_alloc()
Dverifier.c7430 if (!env->prog->aux->attach_func_proto->type) { in check_helper_call()
10561 if (!prog->aux->attach_func_proto->type) in check_return_code()
10666 if (!env->prog->aux->attach_func_proto->type) { in check_return_code()
10692 !prog->aux->attach_func_proto->type) in check_return_code()
14828 prog->aux->attach_func_proto = func_proto; in check_struct_ops_btf_id()
15154 prog->aux->attach_func_proto = tgt_info.tgt_type; in BTF_SET_START()
Dbtf.c5368 const struct btf_type *t = prog->aux->attach_func_proto; in btf_ctx_access()
/linux-6.1.9/net/bpf/
Dbpf_dummy_struct_ops.c93 func_proto = prog->aux->attach_func_proto; in bpf_struct_ops_test_run()
/linux-6.1.9/Documentation/bpf/
Ddrgn.rst148 .attach_func_proto = (const struct btf_type *)0x0,
/linux-6.1.9/include/linux/
Dbpf.h1157 const struct btf_type *attach_func_proto; member