Searched refs:bpf_func_state (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 684 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() 692 static bool is_spi_bounds_valid(struct bpf_func_state *state, int spi, int nr_slots) in is_spi_bounds_valid() 892 struct bpf_func_state *state, int spi); 897 struct bpf_func_state *state = func(env, reg); in mark_stack_slots_dynptr() 955 static void invalidate_dynptr(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi) in invalidate_dynptr() 994 struct bpf_func_state *state = func(env, reg); in unmark_stack_slots_dynptr() 1050 struct bpf_func_state *state, int spi) in destroy_if_dynptr_stack_slot() 1052 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot() 1135 struct bpf_func_state *state = func(env, reg); in is_dynptr_reg_valid_init() 1165 struct bpf_func_state *state = func(env, reg); in is_dynptr_type_expected() [all …]
|
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 281 struct bpf_func_state { struct 332 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument 688 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
|
H A D | bpf.h | 51 struct bpf_func_state; 162 struct bpf_func_state *caller, 163 struct bpf_func_state *callee); 2320 struct bpf_func_state *caller, 2321 struct bpf_func_state *callee);
|
/openbmc/linux/Documentation/bpf/ |
H A D | verifier.rst | 377 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
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()
|