Lines Matching refs:bpf_kfunc_call_arg_meta

285 struct bpf_kfunc_call_arg_meta {  struct
7434 static bool is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_kfunc()
7439 static bool is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_new_kfunc()
7444 static bool is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_next_kfunc()
7449 static bool is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta) in is_iter_destroy_kfunc()
7454 static bool is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg) in is_kfunc_arg_iter()
7463 struct bpf_kfunc_call_arg_meta *meta) in process_iter_arg()
7583 struct bpf_kfunc_call_arg_meta *meta) in process_iter_next_call()
10001 static bool is_kfunc_acquire(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_acquire()
10006 static bool is_kfunc_release(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_release()
10011 static bool is_kfunc_trusted_args(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_trusted_args()
10016 static bool is_kfunc_sleepable(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_sleepable()
10021 static bool is_kfunc_destructive(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_destructive()
10026 static bool is_kfunc_rcu(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_rcu()
10312 static bool is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta) in BTF_ID()
10322 static bool is_kfunc_bpf_rcu_read_lock(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_rcu_read_lock()
10327 static bool is_kfunc_bpf_rcu_read_unlock(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_bpf_rcu_read_unlock()
10334 struct bpf_kfunc_call_arg_meta *meta, in get_kfunc_ptr_arg_type()
10415 struct bpf_kfunc_call_arg_meta *meta, in process_kf_arg_ptr_to_btf_id()
10688 struct bpf_kfunc_call_arg_meta *meta, in __process_kf_arg_ptr_to_graph_root()
10738 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_list_head()
10746 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_rbtree_root()
10755 struct bpf_kfunc_call_arg_meta *meta, in __process_kf_arg_ptr_to_graph_node()
10819 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_list_node()
10828 struct bpf_kfunc_call_arg_meta *meta) in process_kf_arg_ptr_to_rbtree_node()
10835 static int check_kfunc_args(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, in check_kfunc_args()
11243 struct bpf_kfunc_call_arg_meta *meta, in fetch_kfunc_meta()
11291 struct bpf_kfunc_call_arg_meta meta; in check_kfunc_call()
14834 struct bpf_kfunc_call_arg_meta meta; in visit_insn()