Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_lsm.c94 if (btf_type_vlen(prog->aux->attach_func_proto) < 1 || in BTF_SET_END()
102 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
431 if (!prog->aux->attach_func_proto->type) in BTF_ID()
H A Dtrampoline.c519 if (!prog->aux->attach_func_proto->type) in bpf_attach_type_to_tramp()
697 p->aux->attach_func_proto = prog->aux->attach_func_proto; in cgroup_shim_alloc()
H A Dcore.c2365 map->owner->attach_func_proto = aux->attach_func_proto; in __bpf_prog_map_compatible()
2389 map->owner->attach_func_proto != aux->attach_func_proto) { in __bpf_prog_map_compatible()
H A Dverifier.c11588 if (!env->prog->aux->attach_func_proto->type) { in check_helper_call()
17151 if (!prog->aux->attach_func_proto->type) in check_return_code()
17155 if (!prog->aux->attach_func_proto->type) in check_return_code()
17167 prog->aux->attach_func_proto->type, in check_return_code()
17278 } else if (!env->prog->aux->attach_func_proto->type) { in check_return_code()
17318 !prog->aux->attach_func_proto->type) in check_return_code()
23484 prog->aux->attach_func_proto = func_proto; in check_struct_ops_btf_id()
23964 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
H A Dbtf.c6665 const struct btf_type *t = prog->aux->attach_func_proto; in btf_ctx_access()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c98 const struct btf_type *func_proto = prog->aux->attach_func_proto; in check_test_run_args()
152 func_proto = prog->aux->attach_func_proto; in bpf_struct_ops_test_run()
/linux/net/sched/
H A Dbpf_qdisc.c41 arg = btf_ctx_arg_idx(btf, prog->aux->attach_func_proto, off); in BTF_ID_LIST_SINGLE()
/linux/Documentation/bpf/
H A Ddrgn.rst148 .attach_func_proto = (const struct btf_type *)0x0,
/linux/include/linux/
H A Dbpf.h291 const struct btf_type *attach_func_proto; member
1648 const struct btf_type *attach_func_proto; member