Home
last modified time | relevance | path

Searched refs:bpf_verifier_state (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h368 struct bpf_verifier_state { struct
371 struct bpf_verifier_state *parent; argument
449 struct bpf_verifier_state *loop_entry; argument
476 struct bpf_verifier_state *___vstate = __vst; \ argument
500 struct bpf_verifier_state state;
712 struct bpf_verifier_state *cur_state; /* current verifier state */
816 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
988 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate,
990 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate,
/linux/kernel/bpf/
H A Dverifier.c181 struct bpf_verifier_state st;
200 static int release_reference_nomark(struct bpf_verifier_state *state, int ref_obj_id);
590 struct bpf_verifier_state *cur = env->cur_state; in func()
1147 static int release_irq_state(struct bpf_verifier_state *state, int id);
1400 static int copy_reference_state(struct bpf_verifier_state *dst, const struct bpf_verifier_state *sr… in copy_reference_state()
1428 static int resize_reference_state(struct bpf_verifier_state *state, size_t n) in resize_reference_state()
1473 struct bpf_verifier_state *state = env->cur_state; in acquire_reference_state()
1500 struct bpf_verifier_state *state = env->cur_state; in acquire_lock_state()
1516 struct bpf_verifier_state *state = env->cur_state; in acquire_irq_state()
1529 static void release_reference_state(struct bpf_verifier_state *state, int idx) in release_reference_state()
[all …]
H A Dlog.c757 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state()
869 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_insn_state()
/linux/Documentation/bpf/
H A Dverifier.rst383 struct bpf_verifier_state {
385 struct bpf_verifier_state *parent;