Home
last modified time | relevance | path

Searched refs:bpf_verifier_state_list (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dstates.c34 static struct bpf_verifier_state_list *state_parent_as_list(struct bpf_verifier_state *st) in state_parent_as_list()
37 return container_of(st->parent, struct bpf_verifier_state_list, state); in state_parent_as_list()
49 struct bpf_verifier_state_list *sl) in maybe_free_verifier_state()
275 struct bpf_verifier_state_list *sl = NULL, *parent_sl; in bpf_update_branch_counts()
1241 struct bpf_verifier_state_list *new_sl; in bpf_is_state_visited()
1242 struct bpf_verifier_state_list *sl; in bpf_is_state_visited()
1273 sl = container_of(pos, struct bpf_verifier_state_list, node); in bpf_is_state_visited()
1560 new_sl = kzalloc_obj(struct bpf_verifier_state_list, GFP_KERNEL_ACCOUNT); in bpf_is_state_visited()
H A Dverifier.c7803 struct bpf_verifier_state_list *sl; in find_prev_entry()
7810 sl = container_of(pos, struct bpf_verifier_state_list, node); in find_prev_entry()
19226 struct bpf_verifier_state_list *sl; in free_states()
19236 sl = container_of(pos, struct bpf_verifier_state_list, node); in free_states()
19259 sl = container_of(pos, struct bpf_verifier_state_list, node); in free_states()
/linux/include/linux/
H A Dbpf_verifier.h601 struct bpf_verifier_state_list { struct