Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dsyscall.c1911 static const struct bpf_prog_ops * const bpf_prog_types[] = { variable
1926 if (type >= ARRAY_SIZE(bpf_prog_types)) in find_prog_type()
1928 type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types)); in find_prog_type()
1929 ops = bpf_prog_types[type]; in find_prog_type()