Searched defs:func_proto (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/net/bpf/ |
D | bpf_dummy_struct_ops.c | 98 const struct btf_type *func_proto = prog->aux->attach_func_proto; in check_test_run_args() local 133 const struct btf_type *func_proto; in bpf_struct_ops_test_run() local
|
/linux-6.12.1/kernel/trace/ |
D | trace_btf.c | 43 const struct btf_param *btf_get_func_param(const struct btf_type *func_proto, s32 *nr) in btf_get_func_param()
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_lsm.c | 225 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto() local
|
D | bpf_struct_ops.c | 205 const struct btf_type *func_proto, in prepare_arg_info() 374 const struct btf_type *func_proto; in bpf_struct_ops_desc_init() local
|
D | cgroup.c | 1633 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() local 2184 const struct bpf_func_proto *func_proto; in sysctl_func_proto() local 2331 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto() local
|
D | verifier.c | 294 const struct btf_type *func_proto; member 2795 const struct btf_type *func, *func_proto; in add_kfunc_call() local 12396 const struct btf_type *func, *func_proto; in fetch_kfunc_meta() local 16604 const struct btf_type *type, *func_proto; in check_btf_func_early() local 16705 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local 21739 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
|
D | btf.c | 6354 static u32 get_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, in get_ctx_arg_idx() 6398 int btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto, in btf_ctx_arg_offset()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | btf_dumper.c | 32 const struct btf_type *func_proto, in dump_prog_id_as_func_ptr() 711 const struct btf_type *func_proto, in btf_dump_func()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ argument
|
/linux-6.12.1/net/core/ |
D | filter.c | 7942 const struct bpf_func_proto *func_proto; in sock_filter_func_proto() local 7971 const struct bpf_func_proto *func_proto; in sock_addr_func_proto() local 8086 const struct bpf_func_proto *func_proto; in cg_skb_func_proto() local 8345 const struct bpf_func_proto *func_proto; in sock_ops_func_proto() local
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 4329 const struct btf_type *func_proto; in bpf_object__collect_externs() local
|