Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h512 struct bpf_verifier_state_list { struct
/linux-6.15/kernel/bpf/
H A Dverifier.c1701 struct bpf_verifier_state_list *sl) in maybe_free_verifier_state()
1703 struct bpf_verifier_state_list *loop_entry_sl; in maybe_free_verifier_state()
1957 struct bpf_verifier_state_list *sl = NULL, *parent_sl; in update_branch_counts()
8727 struct bpf_verifier_state_list *sl; in find_prev_entry()
8734 sl = container_of(pos, struct bpf_verifier_state_list, node); in find_prev_entry()
18274 struct bpf_verifier_state_list *sl; in clean_live_states()
18279 sl = container_of(pos, struct bpf_verifier_state_list, node); in clean_live_states()
18991 struct bpf_verifier_state_list *new_sl; in is_state_visited()
18992 struct bpf_verifier_state_list *sl; in is_state_visited()
19019 sl = container_of(pos, struct bpf_verifier_state_list, node); in is_state_visited()
[all …]