Searched refs:bpf_kfunc_call_arg_meta (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c287 struct bpf_kfunc_call_arg_meta { struct
1004 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta);
1007 struct bpf_kfunc_call_arg_meta *meta,
7629 struct bpf_kfunc_call_arg_meta *meta)
7789 static bool is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta)
7794 static bool is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta)
7799 static bool is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta)
7804 static bool is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta)
7809 static bool is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg)
7818 struct bpf_kfunc_call_arg_meta *met
[all...]

Completed in 223 milliseconds