Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h610 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
/openbmc/linux/kernel/bpf/
H A Dverifier.c170 struct bpf_verifier_stack_elem { struct
178 struct bpf_verifier_stack_elem *next; argument
2016 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()
2046 struct bpf_verifier_stack_elem *elem; in push_stack()
2049 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_stack()
2584 struct bpf_verifier_stack_elem *elem; in push_async_cb()
2587 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_async_cb()