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;144 struct bpf_func_state *caller,145 struct bpf_func_state *callee);1565 struct bpf_func_state *caller,1566 struct bpf_func_state *callee);
803 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state()814 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state()941 struct bpf_func_state *dst; in copy_verifier_state()1520 struct bpf_func_state *state) in init_reg_state()1555 struct bpf_func_state *frame; in push_async_cb()2508 struct bpf_func_state *func; in mark_all_scalars_precise()2541 struct bpf_func_state *func; in __mark_chain_precision()4312 struct bpf_func_state *state; in check_mem_access()9147 struct bpf_func_state *state; in find_equal_scalars()10610 static bool refsafe(struct bpf_func_state *old, struct bpf_func_state *cur) in refsafe()[all …]
88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()
Completed in 36 milliseconds