Lines Matching defs:func_id
259 int func_id; member
477 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
497 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
509 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in is_dynptr_ref_function()
514 static bool is_callback_calling_function(enum bpf_func_id func_id) in is_callback_calling_function()
523 static bool helper_multiple_ref_obj_use(enum bpf_func_id func_id, in helper_multiple_ref_obj_use()
1892 u32 func_id; member
1931 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) in find_kfunc_desc()
2030 static int add_kfunc_call(struct bpf_verifier_env *env, u32 func_id, s16 offset) in add_kfunc_call()
6468 static bool may_update_sockmap(struct bpf_verifier_env *env, int func_id) in may_update_sockmap()
6507 struct bpf_map *map, int func_id) in check_map_func_compatibility()
6818 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
7306 int func_id, in do_refine_retval_range()
7328 int func_id, int insn_idx) in record_func_map()
7374 int func_id, int insn_idx) in record_func_key()
7469 int func_id = BPF_FUNC_get_func_ip; in check_get_func_ip() local
7533 int i, err, func_id; in check_helper_call() local
7953 u32 i, nargs, func_id, ptr_type_id; in check_kfunc_call() local