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

/linux-master/kernel/bpf/
H A Dsyscall.c2131 static const struct bpf_prog_ops * const bpf_prog_types[] = { variable
2146 if (type >= ARRAY_SIZE(bpf_prog_types))
2148 type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types));
2149 ops = bpf_prog_types[type];

Completed in 170 milliseconds