Searched refs:bpf_verifier_stack_elem (Results 1 – 2 of 2) sorted by relevance
496 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
167 struct bpf_verifier_stack_elem { struct175 struct bpf_verifier_stack_elem *next; argument1249 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()1279 struct bpf_verifier_stack_elem *elem; in push_stack()1282 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_stack()1783 struct bpf_verifier_stack_elem *elem; in push_async_cb()1786 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_async_cb()