Home
last modified time | relevance | path

Searched refs:bpf_call_arg_meta (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h1538 struct bpf_call_arg_meta { struct
1595 s16 offset, struct bpf_call_arg_meta *meta); argument
1598 static inline bool bpf_is_iter_next_kfunc(struct bpf_call_arg_meta *meta) in bpf_is_iter_next_kfunc()
1603 static inline bool bpf_is_kfunc_sleepable(struct bpf_call_arg_meta *meta) in bpf_is_kfunc_sleepable()
1607 bool bpf_is_kfunc_pkt_changing(struct bpf_call_arg_meta *meta);
/linux/kernel/bpf/
H A Dverifier.c922 static bool is_kfunc_rcu_protected(struct bpf_call_arg_meta *meta);
925 struct bpf_call_arg_meta *meta, in mark_stack_slots_iter()
1058 struct bpf_call_arg_meta *meta, in mark_stack_slot_irq_flag()
2790 static int gen_kfunc_arg_proto(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta,
2795 struct bpf_call_arg_meta meta; in bpf_add_kfunc_call()
4017 struct bpf_call_arg_meta *meta);
6837 enum bpf_access_type type, struct bpf_call_arg_meta *meta) in check_stack_range_initialized()
6957 struct bpf_call_arg_meta *meta, bool *known_memory) in check_helper_mem_access()
7060 struct bpf_call_arg_meta *meta, in check_mem_size_reg()
7135 struct bpf_call_arg_meta *meta, bool *known_memory) in check_mem_reg()
[all …]
H A Dcfg.c519 struct bpf_call_arg_meta meta; in visit_insn()