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

/linux-master/kernel/bpf/
H A Dverifier.c1577 * def update_loop_entry(n, h):
1593 * update_loop_entry(n, h)
1595 * # Case B or C depending on `h1 in path` check in update_loop_entry().
1596 * update_loop_entry(n, succ)
1624 static void update_loop_entry(struct bpf_verifier_state *cur, struct bpf_verifier_state *hdr) function
1653 update_loop_entry(st->parent, st->loop_entry);
17267 update_loop_entry(cur, &sl->state);
17275 update_loop_entry(cur, &sl->state);
17347 update_loop_entry(cur, loop_entry);

Completed in 174 milliseconds