Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c673 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
681 static bool is_spi_bounds_valid(struct bpf_func_state *state, int spi, int nr_slots) in is_spi_bounds_valid()
881 struct bpf_func_state *state, int spi);
886 struct bpf_func_state *state = func(env, reg); in mark_stack_slots_dynptr()
944 static void invalidate_dynptr(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi) in invalidate_dynptr()
983 struct bpf_func_state *state = func(env, reg); in unmark_stack_slots_dynptr()
1039 struct bpf_func_state *state, int spi) in destroy_if_dynptr_stack_slot()
1041 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot()
1124 struct bpf_func_state *state = func(env, reg); in is_dynptr_reg_valid_init()
1154 struct bpf_func_state *state = func(env, reg); in is_dynptr_type_expected()
[all …]
/Linux-v6.6/include/linux/
Dbpf_verifier.h281 struct bpf_func_state { struct
321 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
656 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
Dbpf.h51 struct bpf_func_state;
158 struct bpf_func_state *caller,
159 struct bpf_func_state *callee);
2277 struct bpf_func_state *caller,
2278 struct bpf_func_state *callee);
/Linux-v6.6/Documentation/bpf/
Dverifier.rst377 struct bpf_func_state {
384 struct bpf_func_state *frame[MAX_CALL_FRAMES];
425 * When function call is processed a new ``struct bpf_func_state`` instance is
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()