Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf_verifier.h181 struct bpf_func_state { struct
210 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
435 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
/Linux-v5.10/kernel/bpf/
Dverifier.c551 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
566 const struct bpf_func_state *state) in print_verifier_state()
691 static int copy_##NAME##_state(struct bpf_func_state *dst, \
692 const struct bpf_func_state *src) \
712 static int realloc_##NAME##_state(struct bpf_func_state *state, int size, \ in COPY_STATE_FN()
758 static int realloc_func_state(struct bpf_func_state *state, int stack_size,
774 struct bpf_func_state *state = cur_func(env); in acquire_reference_state()
789 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()
807 static int transfer_reference_state(struct bpf_func_state *dst, in transfer_reference_state()
808 struct bpf_func_state *src) in transfer_reference_state()
[all …]
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()