Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf_verifier.h382 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
/Linux-v5.10/kernel/bpf/
Dverifier.c165 struct bpf_verifier_stack_elem { struct
173 struct bpf_verifier_stack_elem *next; argument
932 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()
962 struct bpf_verifier_stack_elem *elem; in push_stack()
965 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_stack()