Home
last modified time | relevance | path

Searched refs:bpf_func_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/kernel/bpf/
Dverifier.c618 static bool is_spi_bounds_valid(struct bpf_func_state *state, int spi, int nr_slots) in is_spi_bounds_valid()
632 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
703 struct bpf_func_state *state = func(env, reg); in mark_stack_slots_dynptr()
740 struct bpf_func_state *state = func(env, reg); in unmark_stack_slots_dynptr()
769 struct bpf_func_state *state = func(env, reg); in is_dynptr_reg_valid_uninit()
788 struct bpf_func_state *state = func(env, reg); in is_dynptr_reg_valid_init()
809 struct bpf_func_state *state = func(env, reg); in is_dynptr_type_expected()
837 const struct bpf_func_state *state, in print_verifier_state()
982 const struct bpf_func_state *state) in print_insn_state()
1053 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state()
[all …]
/linux-6.1.9/include/linux/
Dbpf_verifier.h231 struct bpf_func_state { struct
276 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
565 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
Dbpf.h50 struct bpf_func_state;
154 struct bpf_func_state *caller,
155 struct bpf_func_state *callee);
1928 struct bpf_func_state *caller,
1929 struct bpf_func_state *callee);
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()