Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h110 struct bpf_verifier_state *parent;
129 struct bpf_verifier_state { struct
132 struct bpf_verifier_state *parent; argument
138 struct bpf_verifier_state state; argument
191 struct bpf_verifier_state *cur_state; /* current verifier state */
211 struct bpf_verifier_state *cur = env->cur_state; in cur_regs()
/Linux-v4.19/kernel/bpf/
Dverifier.c151 struct bpf_verifier_state st;
280 struct bpf_verifier_state *cur = env->cur_state; in func()
429 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()
457 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()
458 const struct bpf_verifier_state *src) in copy_verifier_state()
488 struct bpf_verifier_state *cur = env->cur_state; in pop_stack()
512 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()
515 struct bpf_verifier_state *cur = env->cur_state; in push_stack()
880 struct bpf_verifier_state *skip_callee(struct bpf_verifier_env *env, in skip_callee()
881 const struct bpf_verifier_state *state, in skip_callee()
[all …]