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

/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;
444 struct bpf_verifier_state *loop_entry;
470 struct bpf_verifier_state *___vstate = __vst; \
494 struct bpf_verifier_state state;
684 struct bpf_verifier_state *cur_state; /* current verifier state */
782 struct bpf_verifier_state *cur = env->cur_state;
/linux-master/kernel/bpf/
H A Dverifier.c179 struct bpf_verifier_state st;
589 struct bpf_verifier_state *cur = env->cur_state;
1379 static void clear_jmp_history(struct bpf_verifier_state *state)
1386 static void free_verifier_state(struct bpf_verifier_state *state,
1415 static int copy_verifier_state(struct bpf_verifier_state *dst_state,
1416 const struct bpf_verifier_state *src)
1472 struct bpf_verifier_state *cur = env->cur_state;
1478 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b)
1614 static struct bpf_verifier_state *get_loop_entr
[all...]

Completed in 251 milliseconds