Searched refs:bpf_verifier_state_list (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | states.c | 34 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 D | verifier.c | 7803 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 D | bpf_verifier.h | 601 struct bpf_verifier_state_list { struct
|