Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c870 env->scc_info = kvzalloc_objs(*env->scc_info, next_scc_id, in bpf_compute_scc()
872 if (!env->scc_info) { in bpf_compute_scc()
H A Dverifier.c18665 info = env->scc_info[i]; in free_states()
18671 env->scc_info[i] = NULL; in free_states()
20213 kvfree(env->scc_info); in bpf_check()
/linux/include/linux/
H A Dbpf_verifier.h922 struct bpf_scc_info **scc_info; member