Searched defs:func_id (Results 1 – 10 of 10) sorted by relevance
/kernel/bpf/ |
D | bpf_fuse.c | 8 fuse_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in fuse_prog_func_proto()
|
D | bpf_lsm.c | 197 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_lsm_func_proto()
|
D | cgroup.c | 1616 cgroup_dev_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_dev_func_proto() 2164 sysctl_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sysctl_func_proto() 2311 cg_sockopt_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cg_sockopt_func_proto() 2524 cgroup_common_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_common_func_proto() 2566 cgroup_current_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_current_func_proto()
|
D | verifier.c | 276 int func_id; member 288 u32 func_id; member 508 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function() 528 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function() 540 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in is_dynptr_ref_function() 547 static bool is_sync_callback_calling_function(enum bpf_func_id func_id) in is_sync_callback_calling_function() 555 static bool is_async_callback_calling_function(enum bpf_func_id func_id) in is_async_callback_calling_function() 560 static bool is_callback_calling_function(enum bpf_func_id func_id) in is_callback_calling_function() 572 static bool is_storage_get_function(enum bpf_func_id func_id) in is_storage_get_function() 580 static bool helper_multiple_ref_obj_use(enum bpf_func_id func_id, in helper_multiple_ref_obj_use() [all …]
|
D | bpf_iter.c | 373 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_iter_get_func_proto()
|
D | offload.c | 832 void *bpf_dev_bound_resolve_kfunc(struct bpf_prog *prog, u32 func_id) in bpf_dev_bound_resolve_kfunc()
|
D | syscall.c | 5621 tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_prog_func_proto() 5669 syscall_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in syscall_prog_func_proto()
|
D | helpers.c | 1753 bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto()
|
D | btf.c | 6763 const struct btf *btf, u32 func_id, in btf_check_func_arg_match() 7646 static int btf_check_kfunc_protos(struct btf *btf, u32 func_id, u32 func_flags) in btf_check_kfunc_protos()
|
/kernel/trace/ |
D | bpf_trace.c | 1434 bpf_tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_tracing_func_proto() 1566 kprobe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in kprobe_prog_func_proto() 1692 tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tp_prog_func_proto() 1796 pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in pe_prog_func_proto() 1931 raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in raw_tp_prog_func_proto() 1946 tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_prog_func_proto()
|