Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h108 struct bpf_func_state { struct
131 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
/Linux-v4.19/kernel/bpf/
Dverifier.c277 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
286 const struct bpf_func_state *state) in print_verifier_state()
365 static int copy_stack_state(struct bpf_func_state *dst, in copy_stack_state()
366 const struct bpf_func_state *src) in copy_stack_state()
387 static int realloc_func_state(struct bpf_func_state *state, int size, in realloc_func_state()
421 static void free_func_state(struct bpf_func_state *state) in free_func_state()
445 static int copy_func_state(struct bpf_func_state *dst, in copy_func_state()
446 const struct bpf_func_state *src) in copy_func_state()
453 memcpy(dst, src, offsetof(struct bpf_func_state, allocated_stack)); in copy_func_state()
460 struct bpf_func_state *dst; in copy_verifier_state()
[all …]