Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_verifier.h709 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
/linux-6.12.1/kernel/bpf/
Dverifier.c176 struct bpf_verifier_stack_elem { struct
184 struct bpf_verifier_stack_elem *next; argument
1675 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()
1705 struct bpf_verifier_stack_elem *elem; in push_stack()
1708 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_stack()
2472 struct bpf_verifier_stack_elem *elem; in push_async_cb()
2475 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_async_cb()