Searched refs:bpf_call_arg_meta (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 239 struct bpf_call_arg_meta {
struct 2639 struct bpf_call_arg_meta *meta);
2898 static bool may_access_direct_pkt_data(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta,
in may_access_direct_pkt_data() 3949 struct bpf_call_arg_meta *meta)
in check_stack_range_initialized() 4074 struct bpf_call_arg_meta *meta)
in check_helper_mem_access() 4220 static int resolve_map_arg_type(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta,
in resolve_map_arg_type() 4409 static int check_func_arg(struct bpf_verifier_env *env, u32 arg, struct bpf_call_arg_meta *meta,
in check_func_arg() 5205 struct bpf_call_arg_meta *meta)
in do_refine_retval_range() 5222 static int record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx)
in record_func_map() 5257 static int record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *met [all...] |
Completed in 11 milliseconds