Searched refs:new_sl (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c17327 struct bpf_verifier_state_list *new_sl; local
17603 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL);
17604 if (!new_sl)
17616 new = &new_sl->state;
17620 kfree(new_sl);
17631 new_sl->next = *explored_state(env, insn_idx);
17632 *explored_state(env, insn_idx) = new_sl;

Completed in 268 milliseconds