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

/linux-master/include/linux/
H A Dbpf_verifier.h216 * is used which is an index in bpf_verifier_state->frame[] array
291 * enclosing bpf_verifier_state.
368 struct bpf_verifier_state { struct
371 struct bpf_verifier_state *parent;
442 struct bpf_verifier_state *loop_entry;
468 struct bpf_verifier_state *___vstate = __vst; \
492 struct bpf_verifier_state state;
675 struct bpf_verifier_state *cur_state; /* current verifier state */
773 struct bpf_verifier_state *cur = env->cur_state;
/linux-master/kernel/bpf/
H A Dverifier.c179 struct bpf_verifier_state st;
584 struct bpf_verifier_state *cur = env->cur_state;
1374 static void clear_jmp_history(struct bpf_verifier_state *state)
1381 static void free_verifier_state(struct bpf_verifier_state *state,
1410 static int copy_verifier_state(struct bpf_verifier_state *dst_state,
1411 const struct bpf_verifier_state *src)
1465 struct bpf_verifier_state *cur = env->cur_state;
1471 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b)
1607 static struct bpf_verifier_state *get_loop_entr
[all...]

Completed in 146 milliseconds