Searched refs:bpf_verifier_stack_elem (Results 1 – 1 of 1) sorted by relevance
182 struct bpf_verifier_stack_elem { struct190 struct bpf_verifier_stack_elem *next; argument2076 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack()2118 struct bpf_verifier_stack_elem *elem; in push_stack()2121 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL_ACCOUNT); in push_stack()2928 struct bpf_verifier_stack_elem *elem; in push_async_cb()2931 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL_ACCOUNT); in push_async_cb()