Lines Matching defs:func_id

282 	int func_id;  member
294 u32 func_id; member
466 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
486 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
498 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in is_dynptr_ref_function()
506 static bool is_sync_callback_calling_function(enum bpf_func_id func_id) in is_sync_callback_calling_function()
514 static bool is_async_callback_calling_function(enum bpf_func_id func_id) in is_async_callback_calling_function()
519 static bool is_callback_calling_function(enum bpf_func_id func_id) in is_callback_calling_function()
531 static bool is_storage_get_function(enum bpf_func_id func_id) in is_storage_get_function()
539 static bool helper_multiple_ref_obj_use(enum bpf_func_id func_id, in helper_multiple_ref_obj_use()
2533 u32 func_id; member
2578 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) in find_kfunc_desc()
2591 int bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, in bpf_get_kfunc_addr()
2690 static int add_kfunc_call(struct bpf_verifier_env *env, u32 func_id, s16 offset) in add_kfunc_call()
8734 static bool may_update_sockmap(struct bpf_verifier_env *env, int func_id) in may_update_sockmap()
8773 struct bpf_map *map, int func_id) in check_map_func_compatibility()
9099 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
9824 int func_id, in do_refine_retval_range()
9862 int func_id, int insn_idx) in record_func_map()
9908 int func_id, int insn_idx) in record_func_key()
10003 int func_id = BPF_FUNC_get_func_ip; in check_get_func_ip() local
10068 int i, err, func_id; in check_helper_call() local
11934 u32 func_id, *kfunc_flags; in fetch_kfunc_meta() local
19113 u32 func_id, u16 offset, unsigned long *addr) in specialize_kfunc()