Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dsyscall.c1662 static const struct bpf_prog_ops * const bpf_prog_types[] = { variable
1677 if (type >= ARRAY_SIZE(bpf_prog_types)) in find_prog_type()
1679 type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types)); in find_prog_type()
1680 ops = bpf_prog_types[type]; in find_prog_type()

Completed in 11 milliseconds