Lines Matching refs:program
94 program can have. The verifier has various internal limits.
96 program analysis. Currently, that limit is set to 1 million.
97 Which essentially means that the largest program can consist
101 a limit to the number of maps used by the program.
102 All these limits can be hit with a sufficiently complex program.
103 There are also non-numerical limits that can cause the program
109 being removed. The only way to know that the program is going to
183 compiling a program. Furthermore, the verifier can now mark the
209 such that the program needs to be adapted accordingly.
211 Q: How much stack space a BPF program uses?
213 A: Currently all program types are limited to 512 bytes of stack
228 is defined for every program type.
245 program is loaded the kernel will print warning message, so
251 Q: Can BPF functionality such as new program or map types, new