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

/linux-master/include/linux/
H A Dbpf_verifier.h670 struct bpf_verifier_stack_elem *head; /* stack of verifier states to be processed */
/linux-master/kernel/bpf/
H A Dverifier.c174 struct bpf_verifier_stack_elem { struct
182 struct bpf_verifier_stack_elem *next;
1671 struct bpf_verifier_stack_elem *elem, *head = env->head;
1701 struct bpf_verifier_stack_elem *elem;
1704 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL);
2407 struct bpf_verifier_stack_elem *elem;
2410 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL);

Completed in 207 milliseconds