Lines Matching defs:func_id
259 int func_id; member
495 static bool is_release_function(enum bpf_func_id func_id) in is_release_function()
502 static bool may_be_acquire_function(enum bpf_func_id func_id) in may_be_acquire_function()
511 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
530 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
1631 u32 func_id; member
1651 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id) in find_kfunc_desc()
1663 static int add_kfunc_call(struct bpf_verifier_env *env, u32 func_id) in add_kfunc_call()
5245 static bool may_update_sockmap(struct bpf_verifier_env *env, int func_id) in may_update_sockmap()
5283 struct bpf_map *map, int func_id) in check_map_func_compatibility()
5540 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
5582 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
5991 int func_id, in do_refine_retval_range()
6015 int func_id, int insn_idx) in record_func_map()
6060 int func_id, int insn_idx) in record_func_key()
6150 int func_id = BPF_FUNC_get_func_ip; in check_get_func_ip() local
6177 int i, err, func_id; in check_helper_call() local
6487 u32 i, nargs, func_id, ptr_type_id; in check_kfunc_call() local