Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dsyscall.c1892 static const struct bpf_prog_ops * const bpf_prog_types[] = { variable
1907 if (type >= ARRAY_SIZE(bpf_prog_types)) in find_prog_type()
1909 type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types)); in find_prog_type()
1910 ops = bpf_prog_types[type]; in find_prog_type()