Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dverifier.c901 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot()
1260 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state()
1271 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state()
1402 struct bpf_func_state *dst; in copy_verifier_state()
2023 struct bpf_func_state *frame; in push_async_cb()
3041 struct bpf_func_state *func; in mark_all_scalars_precise()
3074 struct bpf_func_state *func; in mark_all_scalars_imprecise()
3190 struct bpf_func_state *func; in __mark_chain_precision()
5305 struct bpf_func_state *state; in check_mem_access()
7361 struct bpf_func_state *state; in clear_all_pkt_pointers()
[all …]
/linux-6.3-rc2/include/linux/
A Dbpf_verifier.h250 struct bpf_func_state { struct
295 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
590 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
A Dbpf.h51 struct bpf_func_state;
158 struct bpf_func_state *caller,
159 struct bpf_func_state *callee);
2093 struct bpf_func_state *caller,
2094 struct bpf_func_state *callee);
/linux-6.3-rc2/Documentation/bpf/
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.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/
A Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()

Completed in 44 milliseconds