Home
last modified time | relevance | path

Searched refs:bpf_func_state (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dverifier.c881 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot()
1436 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state()
1732 struct bpf_func_state *dst; in copy_verifier_state()
2790 struct bpf_func_state *frame; in push_async_cb()
4499 struct bpf_func_state *func; in mark_all_scalars_precise()
4545 struct bpf_func_state *func; in mark_all_scalars_imprecise()
4662 struct bpf_func_state *func; in __mark_chain_precision()
10168 struct bpf_func_state *state; in clear_all_pkt_pointers()
10226 struct bpf_func_state *state; in release_reference()
15556 struct bpf_func_state *state; in find_good_pkt_pointers()
[all …]
H A Dlog.c682 const struct bpf_func_state *state, in print_reg_state()
760 const struct bpf_func_state *state = vstate->frame[frameno]; in print_verifier_state()
/linux-6.15/include/linux/
H A Dbpf_verifier.h295 struct bpf_func_state { struct
381 struct bpf_func_state *frame[MAX_CALL_FRAMES];
841 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
H A Dbpf.h54 struct bpf_func_state;
172 struct bpf_func_state *caller,
173 struct bpf_func_state *callee);
2600 struct bpf_func_state *caller,
2601 struct bpf_func_state *callee);
/linux-6.15/Documentation/bpf/
H A Dverifier.rst377 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
/linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()