Lines Matching defs:func_id
240 int func_id; member
453 static bool is_release_function(enum bpf_func_id func_id) in is_release_function()
460 static bool may_be_acquire_function(enum bpf_func_id func_id) in may_be_acquire_function()
469 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
488 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
4327 static bool may_update_sockmap(struct bpf_verifier_env *env, int func_id) in may_update_sockmap()
4365 struct bpf_map *map, int func_id) in check_map_func_compatibility()
4608 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
4650 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
4882 int func_id, in do_refine_retval_range()
4905 int func_id, int insn_idx) in record_func_map()
4948 int func_id, int insn_idx) in record_func_key()
4997 static int check_helper_call(struct bpf_verifier_env *env, int func_id, int insn_idx) in check_helper_call()