Searched refs:bpf_prog_types (Results 1 – 1 of 1) sorted by relevance
2227 static const struct bpf_prog_ops * const bpf_prog_types[] = { variable 2242 if (type >= ARRAY_SIZE(bpf_prog_types)) in find_prog_type() 2244 type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types)); in find_prog_type() 2245 ops = bpf_prog_types[type]; in find_prog_type()