Searched refs:bpf_func_state (Results 1 – 4 of 4) sorted by relevance
198 struct bpf_func_state { struct242 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument479 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
45 struct bpf_func_state;143 struct bpf_func_state *caller,144 struct bpf_func_state *callee);1543 struct bpf_func_state *caller,1544 struct bpf_func_state *callee);
602 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()616 const struct bpf_func_state *state) in print_verifier_state()795 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state()806 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state()819 static int resize_reference_state(struct bpf_func_state *state, size_t n) in resize_reference_state()830 static int grow_stack_state(struct bpf_func_state *state, int size) in grow_stack_state()852 struct bpf_func_state *state = cur_func(env); in acquire_reference_state()867 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()885 static void free_func_state(struct bpf_func_state *state) in free_func_state()918 static int copy_func_state(struct bpf_func_state *dst, in copy_func_state()[all …]
88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()