Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h820 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
/linux/kernel/bpf/
H A Dverifier.c182 struct bpf_verifier_stack_elem { struct
190 struct bpf_verifier_stack_elem *next; argument
1674 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()
1716 struct bpf_verifier_stack_elem *elem; in push_stack()
1719 elem = kzalloc_obj(struct bpf_verifier_stack_elem, GFP_KERNEL_ACCOUNT); in push_stack()
2590 struct bpf_verifier_stack_elem *elem; in push_async_cb()
2593 elem = kzalloc_obj(struct bpf_verifier_stack_elem, GFP_KERNEL_ACCOUNT); in push_async_cb()