Searched defs:func_proto (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A 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()
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 199 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto() local
|
H A D | cgroup.c | 1635 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() local 2186 const struct bpf_func_proto *func_proto; in sysctl_func_proto() local 2333 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto() local
|
H A D | bpf_struct_ops.c | 169 const struct btf_type *func_proto; in bpf_struct_ops_init() local
|
H A D | verifier.c | 290 const struct btf_type *func_proto; member 2844 const struct btf_type *func, *func_proto; in add_kfunc_call() local 11678 const struct btf_type *func, *func_proto; in fetch_kfunc_meta() local 15448 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local 19739 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
|
H A D | btf.c | 5882 static u32 get_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, in get_ctx_arg_idx()
|
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 81 const struct btf_type *func_proto; in bpf_struct_ops_test_run() local
|
/openbmc/linux/tools/bpf/bpftool/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ argument
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7907 const struct bpf_func_proto *func_proto; in sock_filter_func_proto() local 7936 const struct bpf_func_proto *func_proto; in sock_addr_func_proto() local 8041 const struct bpf_func_proto *func_proto; in cg_skb_func_proto() local 8300 const struct bpf_func_proto *func_proto; in sock_ops_func_proto() local
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 3930 const struct btf_type *func_proto; in bpf_object__collect_externs() local
|