Searched refs:bpf_func_state (Results 1 – 3 of 3) sorted by relevance
183 struct bpf_func_state { struct219 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument478 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
554 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()577 const struct bpf_func_state *state) in print_verifier_state()700 static int copy_##NAME##_state(struct bpf_func_state *dst, \701 const struct bpf_func_state *src) \721 static int realloc_##NAME##_state(struct bpf_func_state *state, int size, \ in COPY_STATE_FN()767 static int realloc_func_state(struct bpf_func_state *state, int stack_size,783 struct bpf_func_state *state = cur_func(env); in acquire_reference_state()798 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()816 static int transfer_reference_state(struct bpf_func_state *dst, in transfer_reference_state()817 struct bpf_func_state *src) in transfer_reference_state()[all …]
88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()