Searched defs:func_proto (Results 1 – 11 of 11) sorted by relevance
/linux-6.8/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.8/kernel/bpf/ |
D | bpf_lsm.c | 199 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto() local
|
D | cgroup.c | 1619 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() local 2170 const struct bpf_func_proto *func_proto; in sysctl_func_proto() local 2317 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto() local
|
D | bpf_struct_ops.c | 169 const struct btf_type *func_proto; in bpf_struct_ops_init() local
|
D | verifier.c | 296 const struct btf_type *func_proto; member 2692 const struct btf_type *func, *func_proto; in add_kfunc_call() local 11933 const struct btf_type *func, *func_proto; in fetch_kfunc_meta() local 15722 const struct btf_type *type, *func_proto; in check_btf_func_early() local 15823 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local 20240 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
|
D | btf.c | 6051 static u32 get_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, in get_ctx_arg_idx()
|
/linux-6.8/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.8/net/bpf/ |
D | bpf_dummy_struct_ops.c | 86 const struct btf_type *func_proto; in bpf_struct_ops_test_run() local
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ argument
|
/linux-6.8/net/core/ |
D | filter.c | 7875 const struct bpf_func_proto *func_proto; in sock_filter_func_proto() local 7904 const struct bpf_func_proto *func_proto; in sock_addr_func_proto() local 8019 const struct bpf_func_proto *func_proto; in cg_skb_func_proto() local 8278 const struct bpf_func_proto *func_proto; in sock_ops_func_proto() local
|
/linux-6.8/tools/lib/bpf/ |
D | libbpf.c | 3979 const struct btf_type *func_proto; in bpf_object__collect_externs() local
|