Lines Matching defs:func_id
253 int func_id; member
489 static bool is_release_function(enum bpf_func_id func_id) in is_release_function()
496 static bool may_be_acquire_function(enum bpf_func_id func_id) in may_be_acquire_function()
505 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
524 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
1649 u32 func_id; member
1688 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) in find_kfunc_desc()
1774 u32 func_id, s16 offset, in find_kfunc_desc_btf()
1791 static int add_kfunc_call(struct bpf_verifier_env *env, u32 func_id, s16 offset) in add_kfunc_call()
5450 static bool may_update_sockmap(struct bpf_verifier_env *env, int func_id) in may_update_sockmap()
5488 struct bpf_map *map, int func_id) in check_map_func_compatibility()
5755 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
5797 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
6206 int func_id, in do_refine_retval_range()
6230 int func_id, int insn_idx) in record_func_map()
6275 int func_id, int insn_idx) in record_func_key()
6365 int func_id = BPF_FUNC_get_func_ip; in check_get_func_ip() local
6392 int i, err, func_id; in check_helper_call() local
6702 u32 i, nargs, func_id, ptr_type_id; in check_kfunc_call() local