Searched refs:bpf_func_state (Results 1 – 3 of 3) sorted by relevance
171 struct bpf_func_state { struct200 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument401 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
425 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()434 const struct bpf_func_state *state) in print_verifier_state()539 static int copy_##NAME##_state(struct bpf_func_state *dst, \540 const struct bpf_func_state *src) \560 static int realloc_##NAME##_state(struct bpf_func_state *state, int size, \ in COPY_STATE_FN()606 static int realloc_func_state(struct bpf_func_state *state, int stack_size,622 struct bpf_func_state *state = cur_func(env); in acquire_reference_state()637 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()655 static int transfer_reference_state(struct bpf_func_state *dst, in transfer_reference_state()656 struct bpf_func_state *src) in transfer_reference_state()[all …]
88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()