Searched defs:func_proto (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | bpf_lsm.c | 198 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto() local
|
D | cgroup.c | 1604 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() local 2134 const struct bpf_func_proto *func_proto; in sysctl_func_proto() local 2279 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto() local
|
D | bpf_struct_ops.c | 160 const struct btf_type *func_proto; in bpf_struct_ops_init() local
|
D | verifier.c | 2018 const struct btf_type *func, *func_proto; in add_kfunc_call() local 7673 const struct btf_type *t, *func, *func_proto, *ptr_type; in check_kfunc_call() local 10981 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local 14752 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
|
D | btf.c | 5331 static u32 get_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, in get_ctx_arg_idx()
|
/Linux-v6.1/net/bpf/ |
D | bpf_dummy_struct_ops.c | 81 const struct btf_type *func_proto; in bpf_struct_ops_test_run() local
|
/Linux-v6.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-v6.1/tools/testing/selftests/bpf/ |
D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ argument
|
/Linux-v6.1/net/core/ |
D | filter.c | 7614 const struct bpf_func_proto *func_proto; in sock_filter_func_proto() local 7643 const struct bpf_func_proto *func_proto; in sock_addr_func_proto() local 7748 const struct bpf_func_proto *func_proto; in cg_skb_func_proto() local 7994 const struct bpf_func_proto *func_proto; in sock_ops_func_proto() local
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf.c | 3826 const struct btf_type *func_proto; in bpf_object__collect_externs() local
|