Searched defs:func_proto (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/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.6.21/kernel/bpf/ |
D | bpf_lsm.c | 199 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto() local
|
D | cgroup.c | 1618 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() local 2166 const struct bpf_func_proto *func_proto; in sysctl_func_proto() local 2313 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 | 290 const struct btf_type *func_proto; member 2836 const struct btf_type *func, *func_proto; in add_kfunc_call() local 11666 const struct btf_type *func, *func_proto; in fetch_kfunc_meta() local 15422 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local 19705 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
|
D | btf.c | 5882 static u32 get_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, in get_ctx_arg_idx()
|
/linux-6.6.21/net/bpf/ |
D | bpf_dummy_struct_ops.c | 81 const struct btf_type *func_proto; in bpf_struct_ops_test_run() local
|
/linux-6.6.21/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.6.21/tools/testing/selftests/bpf/ |
D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ argument
|
/linux-6.6.21/net/core/ |
D | filter.c | 7856 const struct bpf_func_proto *func_proto; in sock_filter_func_proto() local 7885 const struct bpf_func_proto *func_proto; in sock_addr_func_proto() local 7990 const struct bpf_func_proto *func_proto; in cg_skb_func_proto() local 8249 const struct bpf_func_proto *func_proto; in sock_ops_func_proto() local
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf.c | 3929 const struct btf_type *func_proto; in bpf_object__collect_externs() local
|