Lines Matching defs:meta

421 	struct btf_struct_meta *meta;  in reg_btf_record()  local
1007 struct bpf_kfunc_call_arg_meta *meta, in mark_stack_slots_iter()
1142 struct bpf_kfunc_call_arg_meta *meta, in mark_stack_slot_irq_flag()
5869 struct btf_struct_meta *meta; in kptr_pointee_btf_record() local
6061 const struct bpf_call_arg_meta *meta, in may_access_direct_pkt_data()
7061 struct bpf_iter_meta *meta; in BTF_TYPE_SAFE_TRUSTED() local
7945 enum bpf_access_type type, struct bpf_call_arg_meta *meta) in check_stack_range_initialized()
8091 struct bpf_call_arg_meta *meta) in check_helper_mem_access()
8189 struct bpf_call_arg_meta *meta) in check_mem_size_reg()
8269 struct bpf_call_arg_meta meta; in check_kfunc_mem_size_reg() local
8480 struct bpf_call_arg_meta *meta) in process_timer_func()
8504 struct bpf_kfunc_call_arg_meta *meta) in process_wq_func()
8521 struct bpf_kfunc_call_arg_meta *meta) in process_task_work_func()
8541 struct bpf_call_arg_meta *meta) in process_kptr_func()
8700 static bool is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_kfunc()
8705 static bool is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_new_kfunc()
8710 static bool is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_next_kfunc()
8715 static bool is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_destroy_kfunc()
8720 static bool is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg_idx, in is_kfunc_arg_iter()
8734 struct bpf_kfunc_call_arg_meta *meta) in process_iter_arg()
8899 struct bpf_kfunc_call_arg_meta *meta) in get_iter_from_state()
8986 struct bpf_kfunc_call_arg_meta *meta) in process_iter_next_call()
9063 const struct bpf_call_arg_meta *meta, in resolve_map_arg_type()
9206 struct bpf_call_arg_meta *meta) in check_reg_type()
9616 struct bpf_call_arg_meta *meta, in check_func_arg()
10499 struct bpf_call_arg_meta meta; in btf_check_func_arg_match() local
11064 struct bpf_call_arg_meta *meta) in do_refine_retval_range()
11100 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, in record_func_map()
11146 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, in record_func_key()
11373 struct bpf_call_arg_meta meta; in check_helper_call() local
11918 static bool is_kfunc_acquire(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_acquire()
11923 static bool is_kfunc_release(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_release()
11928 static bool is_kfunc_trusted_args(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_trusted_args()
11933 static bool is_kfunc_sleepable(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_sleepable()
11938 static bool is_kfunc_destructive(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_destructive()
11943 static bool is_kfunc_rcu(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_rcu()
11948 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_rcu_protected()
12345 static bool is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_ret_null()
12355 static bool is_kfunc_bpf_rcu_read_lock(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_rcu_read_lock()
12360 static bool is_kfunc_bpf_rcu_read_unlock(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_rcu_read_unlock()
12365 static bool is_kfunc_bpf_preempt_disable(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_preempt_disable()
12370 static bool is_kfunc_bpf_preempt_enable(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_preempt_enable()
12375 static bool is_kfunc_pkt_changing(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_pkt_changing()
12382 struct bpf_kfunc_call_arg_meta *meta, in get_kfunc_ptr_arg_type()
12483 struct bpf_kfunc_call_arg_meta *meta, in process_kf_arg_ptr_to_btf_id()
12552 struct bpf_kfunc_call_arg_meta *meta) in process_irq_flag()
12868 struct bpf_kfunc_call_arg_meta *meta, in __process_kf_arg_ptr_to_graph_root()
12918 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_list_head()
12926 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_rbtree_root()
12935 struct bpf_kfunc_call_arg_meta *meta, in __process_kf_arg_ptr_to_graph_node()
12999 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_list_node()
13008 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_rbtree_node()
13037 static int check_kfunc_args(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, in check_kfunc_args()
13575 struct bpf_kfunc_call_arg_meta *meta, in fetch_kfunc_meta()
13620 static int check_special_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, in check_special_kfunc()
13805 struct bpf_kfunc_call_arg_meta meta; in check_kfunc_call() local
17547 struct bpf_kfunc_call_arg_meta meta; in get_call_summary() local
17835 struct bpf_kfunc_call_arg_meta meta; in visit_insn() local